SimpleMapController class

Inheritance

Constructors

SimpleMapController({required GeoPoint initPosition, required MarkerIcon markerHome})

Properties

areaLimit → BoundingBox?
finalinherited
customTile → CustomTile?
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
initMapWithUserPosition → UserTrackingOption?
finalinherited
initPosition → GeoPoint?
finalinherited
isAllLayersVisible → bool
no setterinherited
listenerMapLongTapping → ValueListenable<GeoPoint?>
no setterinherited
listenerMapSingleTapping → ValueListenable<GeoPoint?>
no setterinherited
listenerRegionIsChanging → ValueListenable<Region?>
no setterinherited
listenerRoadTapped → ValueListenable<RoadInfo?>
no setterinherited
markerHome → MarkerIcon
final
osmBaseController → IBaseOSMController
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
useExternalTracking → bool
finalinherited

Methods

addObserver(OSMMixinObserver osmMixinObserver) → void
inherited
dispose() → void
implement this method,should be end with super.dispose()
inherited
init() → void
implement this method,should be start with super.init()
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObserver(OSMMixinObserver osmMixinObserver) → void
inherited
toggleLayersVisibility() → Future<void>
toggleLayersVisibility
inherited
toString() → String
A string representation of this object.
inherited

Operators

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