You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding additional developer warnings not referenced in the forum topic:
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.
the AdvancedMarkerElement was used in development version but it brings more errors than not using it (not using it brings warning, using it brings more additional errors)
So I still need to find if there is some other way to implement it.
Update Google Maps API to prevent from developer warnings
https://www.phoca.cz/forum/viewtopic.php?p=179454#p179454
The text was updated successfully, but these errors were encountered: