Builder
class Builder
Content copied to clipboard
Functions
arrive In Direction
Link copied to clipboard
avoid Ferries
Link copied to clipboard
avoid Motorways
Link copied to clipboard
avoid Parkways
Link copied to clipboard
avoid Special Areas
Link copied to clipboard
avoid Toll Roads
Link copied to clipboard
avoid Unpaved Roads
Link copied to clipboard
compute Alternatives
Link copied to clipboard
emission Category
Link copied to clipboard
fun emissionCategory(emissionCategory: Routing.EmissionCategory): Routing.Builder
Content copied to clipboard
fuel Type
Link copied to clipboard
generate Extended Info
Link copied to clipboard
load Restrictions
Link copied to clipboard
manufacture Year
Link copied to clipboard
max Recompute Count
Link copied to clipboard
The number of recomputes after which a full compute will be triggered.
recompute Distance
Link copied to clipboard
recompute Iteration
Link copied to clipboard
route Compute Type
Link copied to clipboard
fun routeComputeType(routeComputeType: Routing.RouteComputeType): Routing.Builder
Content copied to clipboard
service
Link copied to clipboard
speed Profiles
Link copied to clipboard
trailer Axles
Link copied to clipboard
trailers
Link copied to clipboard
turn Preference Setting
Link copied to clipboard
fun turnPreferenceSetting(turnPreference: Routing.TurnPreferenceSetting.TurnPreference, turnPenalty: Int): Routing.Builder
Content copied to clipboard
use Traffic
Link copied to clipboard
vehicle
Link copied to clipboard
vehicle Axles
Link copied to clipboard
vehicle Max Speed
Link copied to clipboard
vehicle Restrictions
Link copied to clipboard
fun vehicleRestrictions(totalWeight: Int, axleWeight: Int, tandemWeight: Int, tridemWeight: Int, otherWeight: Int, unladenWeight: Int, totalLength: Int, axleLength: Int, trailerLength: Int, tractorLength: Int, kingpinLastAxle: Int, kingpinLastTandem: Int, kingpinEndTrailer: Int, otherLength: Int, width: Int, Height: Int, totalCombinationWeight: Int): Routing.Builder
Content copied to clipboard