You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create the custom markers the code uses the Google Maps Marker.Image object -- but that has been replaced by the Google Maps Icon object. There is very little documentation about Marker.Image which can cause some confusion for students. Suggest that the code be refactored to use Icon which has better documentation.
The text was updated successfully, but these errors were encountered:
To create the custom markers the code uses the Google Maps
Marker.Image
object -- but that has been replaced by the Google MapsIcon
object. There is very little documentation aboutMarker.Image
which can cause some confusion for students. Suggest that the code be refactored to useIcon
which has better documentation.The text was updated successfully, but these errors were encountered: