Navigation Request
data class NavigationRequest(uuid: String, coordinates: List<LocationPoint>, alternatives: Boolean, userCourseInDegrees: Double?, steps: Boolean, navigationMode: NavigationMode, annotations: List<AnnotationType>, geometry: GeometryType, overview: OverviewType, bearings: List<Bearing?>?)
Content copied to clipboard
Navigation routing request.
Constructors
NavigationRequest
Link copied to clipboard
fun NavigationRequest(uuid: String = UUID.randomUUID().toString(), coordinates: List<LocationPoint>, alternatives: Boolean = true, userCourseInDegrees: Double? = null, steps: Boolean = true, navigationMode: NavigationMode = NavigationMode.CAR, annotations: List<AnnotationType> = listOf(AnnotationType.DISTANCE, AnnotationType.DURATION), geometry: GeometryType = GeometryType.POLYLINE, overview: OverviewType = OverviewType.FULL, bearings: List<Bearing?>? = null)
Content copied to clipboard
Properties
alternatives
Link copied to clipboard
annotations
Link copied to clipboard
coordinates
Link copied to clipboard
geometry
Link copied to clipboard
navigationMode
Link copied to clipboard
overview
Link copied to clipboard
userCourseInDegrees
Link copied to clipboard