Skip to content
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

Marker is deprecated use AdvancedMarkerElement instead #120

Open
svondervoort opened this issue Oct 25, 2024 · 1 comment
Open

Marker is deprecated use AdvancedMarkerElement instead #120

svondervoort opened this issue Oct 25, 2024 · 1 comment
Labels
Feature Request New feature or request

Comments

@svondervoort
Copy link

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.

https://developers.google.com/maps/documentation/javascript/advanced-markers/migration

@lindseydiloreto
Copy link
Collaborator

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.

@lindseydiloreto lindseydiloreto added the Feature Request New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants