WebRouteController 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

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

Operators

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