WebLabelControllerHandler mixin

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
manager WebOverlayController
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPoi(LatLng position, {required PoiStyle style, String? id, String? text, int? rank, bool visible = true}) Future<String>
addPoiBadge(String poiId, KImage image, double offsetX, double offsetY, {String? badgeId, int? zOrder, bool visible = true}) Future<String>
addShareTransformPoi(String poiId, String targetLayerId, String targetPoiId) Future<void>
changePoiBadgeVisible(String poiId, String badgeId, bool visible) Future<void>
changePoiOffsetPosition(String poiId, double x, double y, bool forceDpScale) Future<void>
changePoiStyle(String poiId, String styleId, [bool transition = false]) Future<void>
changePoiVisible(String poiId, bool visible, {bool? autoMove, int? duration}) Future<void>
createLabelLayer() Future<void>
hideAllPoi() Future<void>
invalidatePoi(String poiId, String styleId, String? text, [bool transition = false]) Future<void>
labelHandle(MethodCall method) Future
movePoi(String poiId, LatLng position, [double? millis]) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rankPoi(String poiId, int rank) Future<void>
removeLabelLayer() Future<void>
removePoi(String poiId) Future<void>
removePoiBadge(String poiId, String badgeId) Future<void>
removeShareTransformPoi(String poiId, String targetLayerId, String targetPoiId) Future<void>
rotatePoi(String poiId, double angle, [double? millis]) Future<void>
showAllPoi() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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