WebShapeControllerHandler 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

addPolygonShape(WebShapePoint point, PolygonStyle style, {String? id, int zOrder = 10001}) Future<String>
addPolylineShape(WebShapePoint point, PolylineStyle style, {String? id, int zOrder = 10001}) Future<String>
changePolygon(String shapeId, WebShapePoint point, String styleId) Future<void>
changePolygonVisible(String shapeId, bool visible) Future<void>
changePolyline(String shapeId, WebShapePoint point, String styleId) Future<void>
changePolylineVisible(String shapeId, bool visible) Future<void>
createShapeLayer() Future<void>
hideAllPolygon() Future<void>
hideAllPolyline() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePolygonShape(String shapeId) Future<void>
removePolylineShape(String shapeId) Future<void>
removeShapeLayer() Future<void>
shapeHandle(MethodCall method) Future
showAllPolygon() Future<void>
showAllPolyline() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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