my company is writing an application which may have multiple maps visible at one time. When mapReady is called we set the the center by calling map.setCenter(point, zoom) parameters which we obtain by passing in a latlngbounds. This works fine for the first map, but when I try to create the second map and pass in the same latlngbounds the same center is retrieved (latlngbounds.getCenter()) but a different zoom is given (0 instead of 1 for map.getBoundsZoomLevel(latlngBounds)). I thought perhaps I was doing this at the wrong point but everythign I have seen says to do things like this in a function that is listening for the MapEvent.MAP_READY event. Is there a later or earlier point this should be done? Any help woudl be appreciated.
-- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
