CircleOSM class

CircleOSM : class that represent circle with be draw into map radius : (double) rayon of circle should be in meter

Inheritance

Constructors

CircleOSM({required String key, required GeoPoint centerPoint, required double radius, required Color color, required double strokeWidth, Color? borderColor})

Properties

borderColor Color?
finalinherited
centerPoint GeoPoint
finalinherited
color Color
finalinherited
hashCode int
The hash code for this object.
no setteroverride
key String
finalinherited
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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