WebRouteControllerHandler 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

addMultipleRoute(MultipleRouteOption option) Future<String>
addRoute(List<LatLng> points, RouteStyle style, {String? id, CurveType curveType = CurveType.none, int zOrder = 10000}) Future<String>
changeRoute(String routeId, String styleId, List<List<LatLng>> points) Future<void>
changeRouteVisible(String routeId, bool visible) Future<void>
changeRouteZOrder(String routeId, int zOrder) Future<void>
createRouteLayer() Future<void>
hideAllRoute() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRoute(String routeId) Future<void>
removeRouteLayer() Future<void>
routeHandle(MethodCall method) Future
showAllRoute() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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