diegoazh / gmap-vue

A wrapper component for consuming Google Maps API built on top of Vue. Fork of the popular vue-google-maps plugin.
https://diegoazh.github.io/gmap-vue/
173 stars 51 forks source link

Feature: Please Update the Mraker Component from google.maps.Marker to google.maps.marker.AdvancedMarkerElement #331

Closed thismujahid closed 1 day ago

thismujahid commented 2 months ago

I got an warning in my console:

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.

create-issue-branch[bot] commented 1 day ago

Branch issue-331-Feature_Please_Update_the_Mraker_Component_from_google_maps_Marker_to_google_maps_marker_AdvancedMarkerElement created!

diegoazh commented 1 day ago

Hello @thismujahid did you update to the last version of the plugin?

Marker component already use the AdvancedMarkerElement, you can check it here