- Issue created by @majid.ali
As of February 21st, 2024 (v3.56), google.maps.Marker is deprecated. We to transition to the new google.maps.marker.AdvancedMarkerElement class. Advanced markers provide substantial improvements over the legacy google.maps.Marker class.
To update a legacy marker to be an advanced marker, take the following steps:
https://developers.google.com/maps/documentation/javascript/advanced-mar...
Implement new features.
Needs work
3.0
Code