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