vote up 3 vote down star
5

I would like to pass an x amount of geo-locations to the Google Maps API and have it centered around these locations and set the appropriate zoom level so all locations are visible on the map. I.e. show all the markers that are currently on the map.

Is this possible with what the Google Maps API offers by default or do I need to resolve to build this myself?

flag

74% accept rate

2 Answers

vote up 2 vote down check

There are a number of ways of doing this but it is pretty easy if you are using the V2 API. See this post for an example, this group post or this post.

link|flag
Note that the first link mentions that getBoundsZoomLevel() is undocumented - this is no longer true. I implemented something similiar for a project of mine, it works well - except I wish I knew about GBounds.extend() then! – matt b Nov 27 '08 at 4:28
vote up 1 vote down

For V3 there's zoomToMarkers

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.