MPickerController class

Constructors

MPickerController({required String key, required MPickerTheme theme, required MapController ctMap})

Properties

ctMap → MapController
final
currentAddress String
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
final
outStreamAddress Stream<MPAddress?>
no setter
outStreamProgress Stream<bool>
no setter
popAddress MPAddress?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchControl TextEditingController
final
theme MPickerTheme
final

Methods

dispose() → void
getAddressByAddress(String address) → dynamic
Get address by text
getAddressByLatLng() → dynamic
Get address by LatLnt
goTo(LatLng? latLng) → dynamic
Go To place with latLng
goToInitial() → dynamic
Go To initial place again
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDoubleTap() → dynamic
Zoom on double tap
onPointerSignal(PointerSignalEvent e) → dynamic
Here is for web and desktop, when wheel scrolling of mouse, it will apply or remove zoom
onScaleStart(ScaleStartDetails details) → dynamic
On Star Change Scale
onScaleUpdate(ScaleUpdateDetails details) → dynamic
On Change Scale
toString() String
A string representation of this object.
inherited

Operators

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