Optionalcosting?: "auto"Driving is the default when omitted.
Optionalcosting_options?: neverDriving tuning is not exposed.
Cycling profile.
Optionalcosting_options?: { bicycle: BicycleCostingOptions; pedestrian?: never; truck?: never }Only bicycle options are accepted.
Bicycle settings for this route.
Optionalpedestrian?: neverWalking settings cannot be used for cycling.
Optionaltruck?: neverTruck settings cannot be used for cycling.
Walking profile.
Optionalcosting_options?: { bicycle?: never; pedestrian: PedestrianCostingOptions; truck?: never }Only pedestrian options are accepted.
Optionalbicycle?: neverBicycle settings cannot be used for walking.
Walking settings for this route.
Optionaltruck?: neverTruck settings cannot be used for walking.
Truck profile.
Optionalcosting_options?: { bicycle?: never; pedestrian?: never; truck: TruckCostingOptions }Only truck options are accepted.
Optionalbicycle?: neverBicycle settings cannot be used for truck routing.
Optionalpedestrian?: neverWalking settings cannot be used for truck routing.
Vehicle attributes for this route.
Profile selection with its matching native option group.