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
I've been working on some projects including Google Maps Javascript API (not this plugin) and noticed they are moving from Marker to AdvancedMarkerElement.
This might be of importance for this plugin in the long term, but they are currently not removing support for the old Marker.
Hi @svondervoort, thanks for the heads up! Fortunately, we were already aware for the transition from Markers to Advanced Markers. It is on our road map to add functionality for Advanced Markers, and will likely favor that approach once it's built.
As you mentioned, the deprecated Markers are not being removed, so there is no harm in continuing to use them for now.
Thanks again! We'll keep this thread open until support for Advanced Markers has been added.
I've been working on some projects including Google Maps Javascript API (not this plugin) and noticed they are moving from
Marker
toAdvancedMarkerElement
.This might be of importance for this plugin in the long term, but they are currently not removing support for the old
Marker
.https://developers.google.com/maps/documentation/javascript/advanced-markers/migration
The text was updated successfully, but these errors were encountered: