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
Latest Google maps API deprecated Marker and promotes AdvancedMarker instead. AdvancedMarker is much more powerful, as you can use ones with different colours in a very straightforward manner.
Describe the solution you'd like
Update Flask-GoogleMaps so as to be compatible with latest Flask.
Remove obsolete (Google Maps) Markers and use AdvancedMarkers instead.