Keep a Google Maps v3 Map Hidden, show when needed
- by Dr1Ku
Is there a way of preventing Google Maps (JS, v3) of being displayed from the get-go ? I do some pre-processing and would like to show my 'Loading' spinner until everything is good to go (more eloquently put, hide the map -- e.g. the container div -- until all preprocessing is complete -- at which point, show the map).
Hooking to the map's 'idle'…