NavigationRequest

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)