Google Maps stopped working a few days ago
Friday, July 13, 2007
Labels:
Google Maps
We ran into a problem this last Monday (7/9/07) where the Google Maps stopped working on some of our page. After figuring out why some pages were working and some weren't it turns out that Google made a change to their API.
Basically, you must now call map.setCenter() to initialize the map before calling any of the other methods that set preferences to it such as map.enableDragging(), map.enableDoubleClickZoom().
Actually, the only one that I noticed that caused the map to not display at all was map.enableDragging().