KakaoMapWebController class
KakaoMapController를 웹 환경에서 사용할 수 있도록 구현하는 객체입니다.
- Mixed-in types
Constructors
- KakaoMapWebController.new({WebMapController? controller, required MethodChannel channel, required MethodChannel overlayChannel})
Properties
- channel → MethodChannel
-
final
- controller ↔ WebMapController
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- overlay ↔ WebOverlayController
-
getter/setter pair
- overlayChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canShowPosition(
int zoomLevel, List< LatLng> position) → Future<bool> -
override
-
changeMapType(
MapType mapType) → Future< void> -
override
-
clearCache(
) → Future< void> -
override
-
clearDiskCache(
) → Future< void> -
override
-
defaultGUIposition(
DefaultGUIType type, MapGravity gravity, double x, double y) → Future< void> -
override
-
fromScreenPoint(
int x, int y) → Future -
override
-
getBuildingHeightScale(
) → Future< double> -
override
-
getCameraPosition(
) → Future -
override
-
handle(
MethodCall method) → Future -
inherited
-
hideOverlay(
MapOverlay overlay) → Future< void> -
override
-
moveCamera(
CameraUpdate camera, {CameraAnimation? animation}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCameraMoveEnd(
CameraPosition position, GestureType gestureType) → void -
override
-
onCameraMoveStart(
GestureType gestureType) → void -
override
-
onCompassClick(
) → void -
override
-
onLodPoiClick(
String layerId, String poiId) → void -
override
-
onMapClick(
KPoint point, LatLng position) → void -
override
-
onMapDestroy(
) → void -
override
-
onMapError(
Error error) → void -
override
-
onMapPaused(
) → void -
override
-
onMapReady(
) → void -
override
-
onMapResumed(
) → void -
override
-
onPoiClick(
String layerId, String poiId) → void -
override
-
onTerrainClick(
KPoint point, LatLng position) → void -
override
-
onTerrainLongClick(
KPoint point, LatLng position) → void -
override
-
setEventTrigger(
int event) → Future< void> -
override
-
setGesture(
GestureType gesture, bool enable) → Future< void> -
override
-
showOverlay(
MapOverlay overlay) → Future< void> -
override
-
toScreenPoint(
LatLng position) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
webHandle(
MethodCall call) → Future -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited