Category Archives: googlemaps

How to Load and Unload Google Maps Without Using the BODY Tag

2011 Update: This solution was developed in 2007. While it may still work in some browsers, it has not been thoroughly tested in all modern browsers. I would recommend finding a solution that is more likely to perform reliably across … Continue reading

Posted in api, googlemaps, javascript | 9 Comments

Automatically Switch Your Google Maps API Key To The Correct Environment Using PHP

The Google Maps API requires a unique key for each domain where maps will be rendered. This means the key you generate for your production environment won’t work on dev or qa (assuming your dev and qa environments are not … Continue reading

Posted in api, googlemaps, php | 1 Comment