Is there a way to manually trigger events on Google Maps?

I am writing a plugin for tips for Google maps, and it would make my life easier if I could manually trigger a Google map event in certain cases (for example, an event mouseoverfor a specific marker).

Is there any way to do this?

(I am using Google Maps V3)

+5
source share
1 answer

Take a look at the trigger method in the documentation: https://developers.google.com/maps/documentation/javascript/reference#event

+12
source

All Articles