Navigation SDK for Android Reference (1.0.0-rc.8)
All modules /  libnavigation-core / com.mapbox.navigation.core.arrival

Package com.mapbox.navigation.core.arrival

Types

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.

interface ArrivalController

ArrivalObserver

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

interface ArrivalObserver

ArrivalOptions

Choose when to be notified of arrival.

class ArrivalOptions

AutoArrivalController

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

class AutoArrivalController : ArrivalController