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

ExperimentalMapboxNavigationAPI
Link copied to clipboard
fun ExperimentalMapboxNavigationAPI()

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