-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdvancedMarkerElement #861
Comments
Did you see the migration guide? https://developers.google.com/maps/documentation/javascript/advanced-markers/migration That should contain everything you need. Feel free to ask If you get stuck on that. |
thank you so much! |
I tried and it didn't work
to
the map didn't load.
to
the map still didn't load |
this is my old marker
this is my new one after all the modifications (I made changes one by one to see if the map would load but it didn't)
|
This isn't really the place for questions like this. If you need assistance, you could ask on stackoverflow or join the Google Maps Platform Discord. Links are here: https://developers.google.com/maps/developer-community One note about the code you posted: the AdvancedMarkerElement is not a "drop in" replacement for the marker and has different properties and features. |
Hi, first of all, thank you all for doing what you are doing! you make my life easier.
Now to the request. I started seen today a message from google maps
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.
I tried it but couldn't make it work. Then I tried looking into the source code for the advanced marker element option but I can't find it. If you do have it already, I am sorry for wasting your time. Thanks!
The text was updated successfully, but these errors were encountered: