isOffRoad method - RoutePlace class - routing library - Dart API
isOffRoad
isOffRoad method
Checks whether the RoutePlace is off-road or not.
Returns bool. true if the RoutePlace is off-road, false otherwise.
Implementation
bool isOffRoad() => $prototype.isOffRoad(this);