PickerMapController class
this controller for custom picker location widget you will cancel/get/finish advanced picker you can also draw road,change current location get also current searchable text
- Inheritance
-
- Object
- BaseMapController
- PickerMapController
Constructors
- PickerMapController({UserTrackingOption? initMapWithUserPosition, GeoPoint? initPosition})
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
-
isMapMovingNotifier
→ ValueListenable<
bool> -
no setter
-
listenerMapLongTapping
→ ValueListenable<
GeoPoint?> -
no setterinherited
-
listenerMapSingleTapping
→ ValueListenable<
GeoPoint?> -
no setterinherited
-
listenerRegionIsChanging
→ ValueListenable<
Region?> -
no setterinherited
-
listenerRoadTapped
→ ValueListenable<
RoadInfo?> -
no setterinherited
- osmBaseController → IBaseOSMController
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchableText
→ ValueListenable<
String> -
no setter
- useExternalTracking → bool
-
finalinherited
Methods
-
addObserver(
OSMMixinObserver osmMixinObserver) → void -
inherited
-
dispose(
) → void -
implement this method,should be end with super.dispose()
inherited
-
goToLocation(
GeoPoint p) → Future< void> - animate to specific position with out add marker into the map
-
init(
) → void -
implement this method,should be start with super.init()
inherited
-
isMapMoving(
) → bool - isMapMoving
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeObserver(
OSMMixinObserver osmMixinObserver) → void -
inherited
-
selectAdvancedPositionPicker(
) → Future< GeoPoint> - selectAdvancedPositionPicker
-
setMapMoving(
bool isMoving) → void -
setSearchableText(
String text) → void -
toggleLayersVisibility(
) → Future< void> -
toggleLayersVisibility
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited