Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

Open
cmichael-de opened this issue Oct 24, 2019 · 0 comments
Open

Comments

@cmichael-de
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant