DestinationConfiguration
Configures the destination of the requested navigation. The latitude and longitude are mandatory because they are used to determine the geographical location of the destination.
Constructors
Properties
The heading from which the user is supposed to get to the destination.
The time slot the driver is expected to arrive in at the destination. Shown as a badge on the maneuver card. Provide ArrivalTimeSlot.start alone for an exact target time, or both ArrivalTimeSlot.start and ArrivalTimeSlot.end for a window. The timestamps are displayed as-is.
If true only toll-free roads will be considered when routing to this destination. When null the trip-wide RoutingConfiguration.avoidTollRoad value is used as a fallback.
The context token used to provide additional information to the routing service for this specific destination. This can guide users individually to their destination, e.g. to a specific parking spot. When null the trip-wide RoutingConfiguration.contextToken value is used as a fallback.
The country configuration used when routing to this destination. When null the trip-wide RoutingConfiguration.countryConfiguration value is used as a fallback.