CarRoutePreviewScreen

class CarRoutePreviewScreen(    routePreviewCarContext: RoutePreviewCarContext,     placeRecord: PlaceRecord,     navigationRoutes: List<NavigationRoute>,     placesLayerUtil: PlacesListOnMapLayerUtil = PlacesListOnMapLayerUtil()) : Screen

After a destination has been selected. This view previews the route and lets you select alternatives. From here, you can start turn-by-turn navigation.

Constructors

Link copied to clipboard
fun CarRoutePreviewScreen(    routePreviewCarContext: RoutePreviewCarContext,     placeRecord: PlaceRecord,     navigationRoutes: List<NavigationRoute>,     placesLayerUtil: PlacesListOnMapLayerUtil = PlacesListOnMapLayerUtil())

Functions

Link copied to clipboard
open fun dispatchLifecycleEvent(@NonNull p0: Lifecycle.Event)
Link copied to clipboard
fun finish()
Link copied to clipboard
fun getCarContext(): CarContext
Link copied to clipboard
open fun getLastTemplateInfo(): TemplateInfo
Link copied to clipboard
override fun getLifecycle(): Lifecycle
Link copied to clipboard
open fun getMarker(): String?
Link copied to clipboard
open fun getResultInternal(): Any?
Link copied to clipboard
fun getScreenManager(): ScreenManager
Link copied to clipboard
open fun getTemplateWrapper(): TemplateWrapper
Link copied to clipboard
fun invalidate()
Link copied to clipboard
open override fun onGetTemplate(): Template
Link copied to clipboard
open fun setMarker(@Nullable p0: String?)
Link copied to clipboard
open fun setOnScreenResultListener(p0: OnScreenResultListener)
Link copied to clipboard
open fun setResult(@Nullable p0: Any?)
Link copied to clipboard
open fun setUseLastTemplateId(p0: Boolean)

Properties

Link copied to clipboard
val carLocationRenderer: CarLocationRenderer
Link copied to clipboard
val carNavigationCamera: CarNavigationCamera
Link copied to clipboard
val carRouteLine: CarRouteLine
Link copied to clipboard
val carSpeedLimitRenderer: CarSpeedLimitRenderer
Link copied to clipboard
var selectedIndex: Int = 0