So, I have javascript that uses the Google Maps V3 API and uses a geocoder to get the coordinates from the address and display the map in these coordinates. It worked perfectly fine, but then I check it a few days ago, and now instead of showing the correct map, it just shows a blank blue map and does not allow you to zoom in or move the map. There does not seem to be any javascript errors or errors returned from google maps, so it’s not entirely sure what might cause this ...
Here is an example of a problem: Click here
Anyone have any ideas on what could be causing this?
source
share