RectOSM class

RectOSM : class that represent circle with be draw into map distance : (double) size of region, should be in meter

Inheritance

Constructors

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

Properties

borderColor → Color?
finalinherited
centerPoint → GeoPoint
finalinherited
color → Color
finalinherited
distance → double
final
hashCode → int
The hash code for this object.
no setteroverride
key → String
finalinherited
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