GeometryController class abstract

The base class for all "geometry" group controllers.

This lets all Geometry controllers (MarkersController, CirclesController, PolygonsController, PolylinesController) to be bound to a map instance and our internal mapId value.

Implementers

Constructors

GeometryController()

Properties

hashCode int
The hash code for this object.
no setterinherited
mapId int
The map ID for events.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webview ↔ WebView
The WebView instance that this controller operates on.
getter/setter pair

Methods

bindToMap(int mapId, WebView webview) → void
Binds a mapId and the map instance to this controller.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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