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.new({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
-
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
Methods
-
addObserver(
OSMMixinObserver osmMixinObserver) → void -
inherited
-
advancedPositionPicker(
) → Future< void> -
cancelAdvancedPositionPicker(
) → Future< void> - cancel advanced picker
-
dispose(
) → void -
implement this method,should be end with super.dispose()
override
-
getCurrentPositionAdvancedPositionPicker(
) → Future< GeoPoint> - get current position
-
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()
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeObserver(
OSMMixinObserver osmMixinObserver) → void -
inherited
-
selectAdvancedPositionPicker(
) → Future< GeoPoint> - select current position and finish advanced picker
-
setSearchableText(
String value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited