GeoFunctions<U extends GeoformMarkerDatum> class
Constructors
-
GeoFunctions(void funcToSelectMarker(U?), void funcToMove(LatLng, double), void funcToChangeManual(bool), void funcToUpdateMarkers(List<
U> ), void funcToUpdatePolygons(List<FastPolygon> ), void funcToUpdateCircles(List<CircleMarker> ))
Properties
- funcToChangeManual → void Function(bool)
-
final
- funcToMove → void Function(LatLng, double)
-
final
- funcToSelectMarker → void Function(U?)
-
final
-
funcToUpdateCircles
→ void Function(List<
CircleMarker> ) -
final
-
funcToUpdateMarkers
→ void Function(List<
U> ) -
final
-
funcToUpdatePolygons
→ void Function(List<
FastPolygon> ) -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited