> GEvent.trigger(poly,"click"); > GEvent.addListener(poly, "click", function()
You'd normally set up the listener for an event _before_ triggering the event itself. It's too late to late to set up a listener after the event has happened. I wouldn't be bothering with all that, just map.openInfoWindow as Larry says. -- 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.
