HelloMum / COMP47360-Smart-Tourist-Guide

GNU General Public License v2.0
2 stars 0 forks source link

Resolve Console Bugs - google.maps.Marker is deprecated. #96

Open HelloMum opened 3 months ago

HelloMum commented 3 months ago

Description The application is currently using the deprecated google.maps.Marker class. Google Maps API has introduced a new google.maps.marker.AdvancedMarkerElement class that should be used instead. This issue needs to be resolved to avoid potential problems and take advantage of the latest features and improvements.

Steps to Reproduce Open the web application that uses Google Maps. Check the browser console for the deprecation warning: google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead.

Expected Behavior The application should use the google.maps.marker.AdvancedMarkerElement class instead of the deprecated google.maps.Marker class, and the console should not display any deprecation warnings.