mel47 Posted January 13 Share Posted January 13 Hi, I used this module since long time and it worked fine. But I wanted to change an address today and I got an REQUEST DENIED error. I didn't change anything to my API key. I just check, and Geocoding API and Maps JavaScript API are enable. I updated to 3.0.0 module also recently, so I don't know if it's related or not. Thanks Link to comment Share on other sites More sharing options...
Christophe Posted January 13 Share Posted January 13 { "error_message" : "The provided API key is invalid. ", "results" : [], "status" : "REQUEST_DENIED" } Link to comment Share on other sites More sharing options...
hellomoto Posted March 8 Share Posted March 8 Why is there a set method in the Fieldtype and in the MapMarker class? Link to comment Share on other sites More sharing options...
Andy Posted June 5 Share Posted June 5 Hi @ryan console log shows js?key=XXXXXXXXXXXXXXX:175 As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this time, google.maps.Marker is not scheduled to be discontinued, but google.maps.marker.AdvancedMarkerElement is recommended over google.maps.Marker. While google.maps.Marker will continue to receive bug fixes for any major regressions, existing bugs in google.maps.Marker will not be addressed. At least 12 months notice will be given before support is discontinued. Please see https://developers.google.com/maps/deprecations for additional details and https://developers.google.com/maps/documentation/javascript/advanced-markers/migration for the migration guide. Link to comment Share on other sites More sharing options...
FireWire Posted June 10 Share Posted June 10 @ryan just opened a PR on Github that should resolve the issues above. Module appears to be working as expected now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now