UICoordinator
abstract class UICoordinator<T : ViewGroup>(viewGroup: T) : MapboxNavigationObserver
Content copied to clipboard
Attach a UICoordinator to a ViewGroup of your choosing. When you implement this class you will need to build a Flow with Binder. There can only be one view binder attached at a time for the ViewGroup.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Signals that the mapboxNavigation instance is ready for use.
Link copied to clipboard
Signals that the mapboxNavigation instance is being detached.