MapMarkers class abstract

Interface of setting up markers

Implementers

Constructors

MapMarkers()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMarker(Marker marker) → void
Adds a marker to the map by given position.
addMarkerRaw(GeoCoord position, {String label, String icon, String info, String infoSnippet, ValueChanged<String> onTap, VoidCallback onInfoWindowTap}) → void
Adds a marker to the map by given position.
clearMarkers() → void
Removes all markers from the map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMarker(GeoCoord position) → void
Removes a marker from the map by given position.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited