WebOverlayController class
Constructors
- WebOverlayController.new(MethodChannel channel, WebMapController controller, void onPoiClick(String layerId, String poiId)?, void onLodPoiClick(String layerId, String poiId)?)
Properties
- channel → MethodChannel
-
final
- controller → WebMapController
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onLodPoiClick → void Function(String layerId, String poiId)?
-
final
- onPoiClick → void Function(String layerId, String poiId)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initalizeOverlayLayer(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overlayHandle(
MethodCall method) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited