MapCircles class abstract

Interface of setting up circles

Implementers

Constructors

MapCircles()

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

addCircle(String id, GeoCoord center, double radius, {ValueChanged<String> onTap, Color strokeColor = const Color(0x000000), double strokeOpacity = 0.8, double strokeWidth = 1, Color fillColor = const Color(0x000000), double fillOpacity = 0.35}) → void
Adds a circle to the map by given id, center and radius.
clearCircles() → void
Removes all circles from the map.
editCircle(String id, GeoCoord center, double radius, {ValueChanged<String> onTap, Color strokeColor = const Color(0x000000), double strokeOpacity = 0.8, double strokeWidth = 1, Color fillColor = const Color(0x000000), double fillOpacity = 0.35}) → void
Removes and then adds a circles to the map by given id, center and radius.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCircle(String id) → void
Removes a circle from the map by given id.
toString() String
A string representation of this object.
inherited

Operators

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