WebShapeController class

Mixed-in types

Properties

controller WebMapController
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
manager WebOverlayController
final
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>
override
addPolylineShape(WebShapePoint point, PolylineStyle style, {String? id, int zOrder = 10001}) Future<String>
override
changePolygon(String shapeId, WebShapePoint point, String styleId) Future<void>
override
changePolygonVisible(String shapeId, bool visible) Future<void>
override
changePolyline(String shapeId, WebShapePoint point, String styleId) Future<void>
override
changePolylineVisible(String shapeId, bool visible) Future<void>
override
createShapeLayer() Future<void>
override
hideAllPolygon() Future<void>
override
hideAllPolyline() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePolygonShape(String shapeId) Future<void>
override
removePolylineShape(String shapeId) Future<void>
override
removeShapeLayer() Future<void>
override
shapeHandle(MethodCall method) Future
inherited
showAllPolygon() Future<void>
override
showAllPolyline() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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