ExperimentalMapboxNavigationAPI

This annotation marks the experimental state of the MapboxNavigation API. This API is stable in nature, but it's likely that properties might be added or removed in the future. Any usage of a declaration annotated with @ExperimentalMapboxNavigationAPI must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(ExperimentalMapboxNavigationAPI::class), or by using the compiler argument -Xopt-in=kotlin.time.ExperimentalMapboxNavigationAPI.

Constructors

Link copied to clipboard
fun ExperimentalMapboxNavigationAPI()