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
"As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. Please see https://developers.google.com/maps/deprecations for deprecation details."
The google.maps.Marker was deprecated in the Google API version 3.56 released on February 21st, 2024.
Google recommends using google.maps.marker.AdvancedMarkerElement which is available as of 3.53.2.
@rifton007 the repo is still usable since the old marker is currently not planned to be discontinued. From the google documentation:
"The minimum version of the Maps JavaScript API with google.maps.marker.AdvancedMarkerElement is 3.53.2. 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."
Full details on https://developers.google.com/maps/deprecations#googlemapsmarker_in_the_deprecated_as_of_february_2024
"As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. Please see https://developers.google.com/maps/deprecations for deprecation details."
The google.maps.Marker was deprecated in the Google API version 3.56 released on February 21st, 2024.
Google recommends using google.maps.marker.AdvancedMarkerElement which is available as of 3.53.2.
Google documentation:
The text was updated successfully, but these errors were encountered: