enableRouteHandle property - RouteOptions class - routing library - Dart API
enableRouteHandle
enableRouteHandle property
getter/setter pair
A flag that indicates whether the resulting route should contain a RouteHandle.
Defaults to false.
Note that a RouteHandle generated by the online RoutingEngine is not compatible with the OfflineRoutingEngine and vice versa.
Implementation
bool enableRouteHandle;