Wasn't it Mo who wrote: > >I was wondering how you could make a link in an info window to trigger >an Event. What I specifically want to do is have link in my info >window to trigger street view from that location.
You can use GEvent.trigger calls from anywhere. I use custom events in an infowindow in EGeoXml. All you need to do is set href="javascript:GEvent.trigger(marker,\"showstreetview\")" and have a marker listener listening for that custom event to display the streetview. Be careful with the quotes. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
