I’m embedding Google Maps into my web site. Once Google Maps is loaded, I need to kick off a few JavaScript processes.
Is there a way to auto-detect when Goo
GMap2::tilesloaded() would be the event you're looking for.
GMap2::tilesloaded()
See GMap2.tilesloaded for references.