Package-level declarations

Types

Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
sealed class NativeRerouteControllerState

Functions

Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
fun RerouteController.nativeRerouteControllerStateFlow(): StateFlow<NativeRerouteControllerState>?

Returns a StateFlow of NativeRerouteControllerState if this controller is a NativeMapboxRerouteController, or null for other implementations.