NavigationViewListener
Interface definition for the NavigationView listener.
Constructors
Functions
Called when NavigationView enters Active Navigation state.
Called when NavigationView enters Arrival state.
Called when audio guidance mute state has changed.
Called when NavigationCamera
padding has changed. The padding is defined as a box relative to map size in which the user location indicator and route geometry is fit into during camera following and overview states.
Called when destination has changed.
Called when NavigationView enters Destination Preview state.
Called when camera mode has changed to Following.
Called when NavigationView enters Free Drive state.
Called when camera mode has changed to Idle.
Called when the info panel behavior updates to BottomSheetBehavior.STATE_COLLAPSED.
Called when the info panel behavior updates to BottomSheetBehavior.STATE_DRAGGING.
Called when the info panel behavior updates to BottomSheetBehavior.STATE_EXPANDED.
Called when the info panel behavior updates to BottomSheetBehavior.STATE_HIDDEN.
Called when the info panel behavior updates to BottomSheetBehavior.STATE_SETTLING.
Called when the info panel is being dragged.
Called when maneuver view has been collapsed.
Called when maneuver view has been expanded.
Called when a map was clicked, but the event was not handled by NavigationView.
Called when camera mode has changed to Overview.
Called when route request using the Router was canceled.
Called when route request using the Router failed.
Called when the route is being fetched using the Router.
Called when route request using the Router was successful. The result contains a list of NavigationRoute. If there are no routes, then the list will be empty.
Called when NavigationView enters Route Preview state.
Called when MapboxSpeedInfoView was clicked