Open ludtkemorgan opened 8 months ago
The google maps marker as of Feb 23rd is Deprecated https://developers.google.com/maps/deprecations#googlemapsmarker_in_the_deprecated_as_of_february_2023. We should migrate to google.maps.marker.AdvancedMarkerElement instead when displaying markers on the map (listings page)
google.maps.marker.AdvancedMarkerElement
Is this going to cause problems for us? considering it's already deprecated, maybe not - but should look into it generally, they try to make it easy
The google maps marker as of Feb 23rd is Deprecated https://developers.google.com/maps/deprecations#googlemapsmarker_in_the_deprecated_as_of_february_2023. We should migrate to
google.maps.marker.AdvancedMarkerElement
instead when displaying markers on the map (listings page)