On Feb 18, 6:17 pm, nowotny <[email protected]> wrote: > GEvent.trigger(marks[0],"click"); > > If I comment it out there's no error... >
You have assigned a click event to the map, but not to the marker. GEvent.trigger can only trigger events that have been assigned a handler. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
