gmap3 icon indicating copy to clipboard operation
gmap3 copied to clipboard

Event map is loaded missing: .on('tilesloaded' or 'idle' not working

Open cmichael-de opened this issue 6 years ago • 0 comments

I like to call a function when gmap3 is loaded successfully. But this way doesn't work:

jQuery('#google-map5') .gmap3({ ... }) .marker([ ...]) .on( 'tilesloaded', function() { console.log('map read'); } )

Is there any other way?

cmichael-de avatar Oct 24 '19 19:10 cmichael-de