WebLabelController class

Mixed-in types

Properties

controller WebMapController
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isLod bool
final
manager WebOverlayController
final
poiCount int
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>
override
changePoiOffsetPosition(String poiId, double x, double y, bool forceDpScale) Future<void>
override
changePoiStyle(String poiId, String styleId, [bool transition = false]) Future<void>
override
changePoiVisible(String poiId, bool visible, {bool? autoMove, int? duration}) Future<void>
override
createLabelLayer() Future<void>
override
hideAllPoi() Future<void>
override
invalidatePoi(String poiId, String styleId, String? text, [bool transition = false]) Future<void>
override
labelHandle(MethodCall method) Future
inherited
movePoi(String poiId, LatLng position, [double? millis]) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rankPoi(String poiId, int rank) Future<void>
override
removeLabelLayer() Future<void>
override
removePoi(String poiId) Future<void>
override
rotatePoi(String poiId, double angle, [double? millis]) Future<void>
override
showAllPoi() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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