U I Coordinator
            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
UICoordinator
                          
                    Link copied to clipboard
                        Functions
flowViewBinders
                          
                    Link copied to clipboard
                        onAttached
                          
                    Link copied to clipboard
                        @CallSuper()
Content copied to clipboard
onDetached
                          
                    Link copied to clipboard
                        @CallSuper()
Content copied to clipboard
Properties
coroutineScope
                          
                    
                  Link copied to clipboard