isOffRoad method

bool isOffRoad()

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);