inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
264 stars 50 forks source link

google.maps.Marker in the Maps JavaScript API (Deprecated as of February 2023) #200

Closed melt-snow closed 4 months ago

melt-snow commented 4 months ago

According to https://developers.google.com/maps/deprecations?hl=en, google.maps.Marker will be discontinued. Google recommends using google.maps.marker.AdvancedMarkerElement.

any plans to do so?

rdy3e24r2d2 commented 4 months ago

I have the same question,but I found the same question in another issue.

https://github.com/inocan-group/vue3-google-map/issues/199

HusamElbashir commented 4 months ago

Closing this one as it's a duplicate of #199