In the Google Maps JS API, is there an event that is fired when all Custom Overlays are finished being added to the map?
This is the docs on creating your Custom Overlay: https://developers.google.com/maps/documentation/javascript/customoverlays
Is there an event that fires when all of your Custom Overlays are finished being added to the map? (don't have to be finished drawing, just has to be finished being attached to the DOM). Because as soon as that happens, I need to programmatically do a few things.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment