InfoPanelBinder
Base Binder class used for inflating and binding Info Panel layout. Use InfoPanelBinder.defaultBinder to access default implementation.
Constructors
Types
Functions
Link copied to clipboard
Called when the Info Panel layout should apply system bar insets.
Link copied to clipboard
Triggered when this view binder instance is attached. The viewGroup returns a MapboxNavigationObserver which gives this view a simple lifecycle.
Link copied to clipboard
Get layout that can be passed to content UIBinder.
Link copied to clipboard
Get layout that can be passed to header UIBinder.
Link copied to clipboard
abstract fun onCreateLayout(layoutInflater: LayoutInflater, root: ViewGroup): ViewGroup
Content copied to clipboard
Create layout that will host both header and content layouts.