@PublicPreview("2021.06") data class RouteCalculationDescriptor
Defines the parameters used for the route calculation in the Routing API.
class Builder
Builder used to create an instance of RouteCalculationDescriptor. Once constructed, the user cannot change the field values. |
val allowVignettes: List<String>? |
|
val alternativeType: AlternativeType |
|
val arriveAt: Date? |
|
val avoidAreas: List<BoundingBox>? |
|
val avoidVignettes: List<String>? |
|
val computeBestOrder: Boolean |
|
val instructionsType: InstructionsType |
|
val language: String |
|
val maxAlternatives: Int |
|
val minDeviationDistance: Int? |
|
val minDeviationTime: Int? |
|
val report: ReportType |
|
val routeDescriptor: RouteDescriptor? |
|
val routeRepresentation: RouteRepresentation |
|
val sectionType: SectionType |
|
val supportingPoints: List<LatLng> |
|
val trafficInformation: TrafficInformation |
|
val vehicleHeading: Int? |
|
val waypoints: List<LatLng>? |
|
val waypointWithAccuracy: List<LatLngAcc>? |