OSMMapRF class
- Implemented types
Constructors
-
OSMMapRF({SettingsRF? Settings, List<
MarkerRF> Markers = const [], PolylineRF? polyline, List<IShapeRF> ? Fences, required MapController controller, dynamic OnCircleTap()?, dynamic OnPolygonTap()?}) -
Author: Rakib
Purpose : OSM map engine
Param : IConfigRF
settings
Markers
Return : OSMMapRF
Properties
- Configuration → ConfigurationRF
-
final
-
Fences
↔ List<
IShapeRF> ? -
getter/setter pair
- 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 lat, double lng)?
-
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 - Author: Rakib Purpose : OSM map engine
-
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