GoogleMapRF class
- Implemented types
Constructors
-
GoogleMapRF({SettingsRF? Settings, List<
MarkerRF> Markers = const [], PolylineRF? polyline, List<IShapeRF> ? Fences, required MapController controller, dynamic OnCircleTap()?, dynamic OnPolygonTap()?})
Properties
- controller → MapController
-
no setter
-
Fences
↔ List<
IShapeRF> ? -
getter/setter pair
-
googleMapCOntroller
→ Completer<
GoogleMapController> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Markers
→ List<
MarkerRF> -
final
- OnCircleTap ↔ dynamic Function()?
-
getter/setter pair
- OnMapCreated ↔ void Function()?
-
getter/setter pairoverride
- OnPointerUp ↔ void Function(double lat, double lng)?
-
getter/setter pairoverride
- OnPolygonTap ↔ dynamic Function()?
-
getter/setter pair
- OnScroll ↔ void Function(double lat, double lng, double zoom)?
-
getter/setter pairoverride
- OnTap ↔ void Function(double p1, double p2)?
-
getter/setter pairoverride
- polyline → PolylineRF?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Settings ↔ SettingsRF?
-
getter/setter pair
Methods
-
init(
) → dynamic -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
OnLongTap(
) → void -
override
-
OnPositionedChanged(
) → void -
override
-
RenderEngine(
) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
ZoomIn(
) → void -
override
-
ZoomOut(
) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited