RoutePlanningOptions
Options for planning routes, which are passed to one of the various route planners.
Note: The parameters departAt and arriveAt are not yet supported with the Orbis map.
Parameters
The list of route locations.
Options governing which streets to prefer.
A departure time for the route.
An arrival time for the route. Cannot be used together with departAt.
Options for calculating more than one route.
Properties for the generated instructions. Specify null for no instructions generation.
Options for each route leg, such as a polyline to follow.
The vehicle dimensions, restrictions and engine parameters. When guidanceOptions are given, the vehicle has to be of type VehicleType.Car, VehicleType.Motorcycle or VehicleType.Truck. Please use VehicleType.Car for VehicleType.Taxi.
Additional options for electric vehicles to take charging into account.
Options regarding the way the request is sent to the server.
Specifies whether to optimize the order of waypoints, and if so, how.
Specifies how much guidance information (instructions and lane guidance) is returned with the route. Defaults to RouteInformationMode.Complete.
Specifies the road side on arrival preference for waypoints and destination.
Throws
if an invalid combination of options is used, such as specifying both departAt and arriveAt, or using chargingOptions with a non-electric vehicle.