Package com.mapbox.navigation.dropin

Types

Link copied to clipboard
class EmptyBinder : UIBinder

The class represents transitioning an empty layout into the ViewGroup provided.

Link copied to clipboard
class NavigationView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     accessToken: String = attrs.navigationViewAccessToken(context),     viewModelStoreOwner: ViewModelStoreOwner = context.toViewModelStoreOwner()) : FrameLayout, LifecycleOwner

An Android View that creates the drop-in UI.

Link copied to clipboard
abstract class NavigationViewApi

Api that gives you the ability to change the state of NavigationView.

Link copied to clipboard
class NavigationViewApiError : Throwable

Error returned by the NavigationViewApi.

Link copied to clipboard
annotation class NavigationViewApiErrorType

Denotes that the annotated element value should be one of the NavigationViewApiErrorTypes constants.

Link copied to clipboard
object NavigationViewApiErrorTypes

All error types returned by the NavigationViewApi.

Link copied to clipboard
fun interface RouteOptionsInterceptor

Interface allowing to modify RouteOptions.Builder during a route request with NavigationView.

Link copied to clipboard
class ViewBinderCustomization

A class that allows you to define UIBinder for various different views used by the NavigationView. If not specified, NavigationView uses the default UIBinder defined for each of these views.

Link copied to clipboard
class ViewOptionsCustomization

A class that allows you to define values for various different properties used by the NavigationView. If not specified, NavigationView uses the default values defined for each of these properties.

Link copied to clipboard
class ViewStyleCustomization

A class that allows you to style the default standalone components used by NavigationView. If not specified, NavigationView uses the default styles defined for each of the standalone components.