IBaseMapController class abstract

BaseMapController : base controller for osm flutter

initMapWithUserPosition : (bool) if is true, map will show your current location

initPosition : (GeoPoint) if it isn't null, the map will be pointed at this position

Implementers
Available Extensions

Constructors

IBaseMapController({UserTrackingOption? initMapWithUserPosition, GeoPoint? initPosition, BoundingBox? areaLimit = const BoundingBox.world()})

Properties

areaLimit BoundingBox?
final
hashCode int
The hash code for this object.
no setterinherited
initMapWithUserPosition UserTrackingOption?
final
initPosition GeoPoint?
final
listenerMapLongTapping ValueListenable<GeoPoint?>
no setter
listenerMapSingleTapping ValueListenable<GeoPoint?>
no setter
listenerRegionIsChanging ValueListenable<Region?>
no setter
listenerRoadTapped ValueListenable<RoadInfo?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObserver(OSMMixinObserver osmMixinObserver) → void
dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObserver(OSMMixinObserver osmMixinObserver) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited