EngineRF class
EngineRF class to define the map engine
Constructors
-
EngineRF({SettingsRF? Settings, PolylineRF? Polyline, List<
MarkerRF> ? Markers, List<IShapeRF> ? Fences, dynamic OnMapScroll(double lat, double lng, double zoom)?, dynamic OnTap(double lat, double lng)?, dynamic OnCircleTap()?, dynamic OnPolygonTap()?, dynamic OnMapCreated()?, dynamic onPointerUp(double lat, double lng)?, required MapControllerRF mapController})
Properties
- Configuration ↔ ConfigurationRF
-
getter/setter pair
-
Fences
↔ List<
IShapeRF> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- Map ↔ IMapRF?
-
getter/setter pair
- mapController ↔ MapControllerRF
-
getter/setter pair
-
Markers
↔ List<
MarkerRF> ? -
getter/setter pair
- OnCircleTap ↔ dynamic Function()?
-
getter/setter pair
- OnMapCreated ↔ dynamic Function()?
-
getter/setter pair
- OnMapScroll ↔ dynamic Function(double lat, double lng, double zoom)?
-
getter/setter pair
- onPointerUp ↔ dynamic Function(double lat, double lng)?
-
getter/setter pair
- OnPolygonTap ↔ dynamic Function()?
-
getter/setter pair
- OnTap ↔ dynamic Function(double lat, double lng)?
-
getter/setter pair
- Polyline ↔ PolylineRF?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Settings ↔ SettingsRF?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
RenderMap(
) → Widget -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited