KakaoMapWebControllerHandler mixin
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canShowPosition(
int zoomLevel, List< LatLng> position) → Future<bool> -
changeMapType(
MapType mapType) → Future< void> -
clearCache(
) → Future< void> -
clearDiskCache(
) → Future< void> -
defaultGUIposition(
DefaultGUIType type, MapGravity gravity, double x, double y) → Future< void> -
fromScreenPoint(
int x, int y) → Future -
getBuildingHeightScale(
) → Future< double> -
getCameraPosition(
) → Future -
hideOverlay(
MapOverlay overlay) → Future< void> -
moveCamera(
CameraUpdate camera, {CameraAnimation? animation}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEventTrigger(
int event) → Future< void> -
setGesture(
GestureType gesture, bool enable) → Future< void> -
showOverlay(
MapOverlay overlay) → Future< void> -
toScreenPoint(
LatLng position) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
webHandle(
MethodCall call) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited