Package com.mapbox.navigation.core.arrival

Types

Link copied to clipboard
interface ArrivalController

When navigating to points of interest, you may want to control the arrival experience. This interface gives you options to control arrival via MapboxNavigation.setArrivalController.

Link copied to clipboard
interface ArrivalObserver

This gives many observers the ability to monitor the progress of arrival. To control the behavior of arrival, see ArrivalController.

Link copied to clipboard
open class AutoArrivalController : ArrivalController

The default controller for arrival. This will move onto the next leg automatically if there is one.