danielantelo / AddressableBundle

Symfony2 bundle which facilitates making entities addressable and geo location aware. It includes a map form type to set address by searching in a google map.
6 stars 11 forks source link

Google Maps API warning: RetiredVersion #14

Closed migmolrod closed 6 years ago

migmolrod commented 6 years ago

I'm getting that error in JS console (browser) when the map loads. The full error message is this:

Google Maps API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version

This is what the URL says:

RetiredVersion Warning You may have supplied a retired version in your script element. The versions 3.0 - 3.30 have been retired, and you might be receiving 3.31 instead. Please update your application to use one of the available versions. See [Versioning \ Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/versions).
danielantelo commented 6 years ago

was hardcoding v3.25, have removed the version fix, and let it get the latest version which seems to work.