... and even if you do make that function or manage to set the map center and zoom using your latLong coordinates another way, it's just going to get written over anyway, because the way your markers are set up and these lines in your code:
MarkerBounds.extend(MarkerPoint); map.setCenter(MarkerBounds.getCenter()); map.setZoom(map.getBoundsZoomLevel(MarkerBounds)-0); mean that the map will adjust to fit all the markers in. it's not a map question or a javascript question, just a logic question - do you want your map to zoom in on the user's position, or do you want it to zoom out so it shows all the markers? because obviously it can't do both. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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?hl=en.
