MapUtils class
Constructors
- MapUtils()
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
-
calculatePolyCoordiantesCentroid(
List< List< polyCoordinates) → LatLng?List< >LatLng> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
polygonCoordToLatLng(
double x, double y, {double? z}) → LatLng? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
calculateDistance(
LatLng start, LatLng end) → dynamic -
calculatePolygonCentroid(
List< LatLng> coordinates) → LatLng