UIComponent

open class UIComponent : MapboxNavigationObserver

Using the UIComponent gives you access to a coroutineScope. All coroutines that you launch inside onAttached will be canceled when the observer is detached. You do not need to implement onDetached for your flowable components.

Constructors

Link copied to clipboard
fun UIComponent()

Functions

Link copied to clipboard
open override fun onAttached(mapboxNavigation: MapboxNavigation)

Signals that the mapboxNavigation instance is ready for use.

Link copied to clipboard
open override fun onDetached(mapboxNavigation: MapboxNavigation)

Signals that the mapboxNavigation instance is being detached.

Properties

Link copied to clipboard
lateinit var coroutineScope: CoroutineScope

Defines a scope for new coroutine