Package-level declarations
Types
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
.
This annotation marks the experimental preview of the MapboxNavigation API. This API is in a preview state and has a very high chance of being changed in the future.
Exception thrown when an HTTP response is not successful, i.e., the status code is not in the range 200..299.
TimeFormat