I'd like to pop up a loading bar for when things are loading on a map.
// insert / show your loading bar
// (or not if it's already visible in the DOM)
// var map = new google.maps.Map(map_canvas, map_options);
google.maps.event.addListenerOnce(map, 'idle', function() {
// hide your loading bar
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With