HI There,
I have a listener which is added to my map at runtime to allow me to
open in infowindow when I click the link. This works fine but now I
want to know how I can make the map zoom in on that partcular
location?
Can someone post a some code or a link to where I can find some code
to achieve this please?
Sean
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(html);
});
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---