KakaoMapController class

Constructors

KakaoMapController(WebViewController _controller)

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

addCustomOverlay(KakaoLatLng location, {String? markerHtml}) int
addMarker(KakaoLatLng location, {bool addBounds = false, String? markerImgLink, List<double>? iconSize}) int
addMarkerInfo(KakaoLatLng location, {bool addBounds = false, String? markerImgLink, List<double>? iconSize}) int
customOverlaysCount() int
deleteAllCustomOverlays() → dynamic
deleteAllMarkers() → dynamic
deleteCustomOverlay(int idx) → dynamic
deleteMarker(int idx) → dynamic
getCenter() Future<KakaoLatLng>
getLevel() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nowClusteringEnabled() bool
reload() Future
searchMarker(String name, String address, {bool addBounds = false, String? markerImgLink, List<double>? iconSize}) int
searchWord({bool addBounds = false, String? markerImgLink, List<double>? iconSize}) → void
setBounds() → dynamic
setCenter(KakaoLatLng location) Future
setLevel(int level) Future
setNowLocation() Future<KakaoLatLng?>
startClustering({bool avgCenter = true, int minLevel = 10, List<int>? calculator, List<String>? texts, List<Map<String, String>>? styles}) → dynamic
toString() String
A string representation of this object.
inherited
updateClustering() → dynamic

Operators

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