MethodChannelKakaoMapNative class
- Inheritance
-
- Object
- PlatformInterface
- KakaoMapNativeInterface
- MethodChannelKakaoMapNative
Constructors
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
-
hideOverlay(
{required int viewId, required String overlayName}) → Future< void> -
override
-
moveCamera(
{required int viewId, required double latitude, required double longitude, double? level, double? rotation, double? tilt}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onViewCreated(
{required int viewId}) → Future< void> -
override
-
setMapType(
{required int viewId, required String mapType}) → Future< void> -
override
-
showOverlay(
{required int viewId, required String overlayName}) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited