Skip to content

Ensure your map is loaded in callback

Max Ivak edited this page Jul 15, 2014 · 4 revisions
Gmaps.map.callback = function() {
   google.maps.event.addListenerOnce(Gmaps.map.map.serviceObject, 'idle', function(){
     //Map fully loaded here
   }
)};