Relative Content

Tag Archive for javascriptgoogle-mapsgoogle-maps-api-3

Google Maps Error google.maps.LatLng is not a constructor

forgive me for asking a question that has been asked before. I am having an unusual problem with Google Maps that started about 3 days ago. No one has touched any code for this section and it just started to stop working. At first it was hit and miss and by today it is consistent. When I put in some breakpoints I see that google.maps.LatLng comes up as 'undefined' in javascript. This causes the entire map to not load.

Maps JavaScript Api

I am working on my final year project where I used google map api but the map is not loaded in my website,
when i console the browser then it shows me this error.

Google Maps API JS library not working suddenly (again)

recently I encountered a bug while using the same old version of the JS library for GoogleMaps, giving me this error: “uncaught syntaxerror: unexpected token ‘.'”
The library is imported by including the library code via this link:
https://maps.google.com/maps/api/js?libraries=,visualization,drawing,geometry,places&key=[MY_API_KEY]&v=3.53