ExperimentalPreviewMapboxNavigationAPI

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.

Any usage of a declaration annotated with @ExperimentalPreviewMapboxNavigationAPI must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(ExperimentalPreviewMapboxNavigationAPI::class), or by using the compiler argument -Xopt-in=kotlin.time.ExperimentalPreviewMapboxNavigationAPI.

Constructors

ExperimentalPreviewMapboxNavigationAPI
Link copied to clipboard
fun ExperimentalPreviewMapboxNavigationAPI()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String