On Jan 28, 1:32 pm, drtowery <[email protected]> wrote: > I've been searching the internet for the code, some has had to have > done it before. I saw a side bar with links earlier that would zoom > in when the link was clicked, but I lost the page and havent been able > to find it again.
Might I suggest the documentation? A combination of these functions should allow you to achieve your desired result: http://code.google.com/apis/maps/documentation/reference.html#GMap2.getZoom http://code.google.com/apis/maps/documentation/reference.html#GMap2.setZoom or perhaps even: map.zoomIn(); map.zoomIn(); -- Larry > > On Jan 28, 3:30 pm, drtowery <[email protected]> wrote: > > > I want it to zoom in 2 levels when a user single clicks on a marker. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
