On Feb 25, 12:00 pm, vishal misquitta <[email protected]> wrote: > How we can come to know that the "Map", "Satellite", "Hybrid" Control > is clicked on the map. Is there a event to get the clicked values.
There's the "maptypechanged" event. I don't know if that fires if you don't actually change the map type. http://code.google.com/apis/maps/documentation/reference.html#GMap2.maptypechanged To find the new type, use map.getCurrentMapType() http://code.google.com/apis/maps/documentation/reference.html#GMap2.getCurrentMapType Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
