Package com.mapbox.navigation.core.trip.session

Types

BannerInstructionsObserver
Link copied to clipboard
interface BannerInstructionsObserver
Banner instruction that is helpful for turn-by-turn routing instructions.
EHorizonObserver
Link copied to clipboard
interface EHorizonObserver
The EHorizonObserver consists of two parts: onElectronicHorizonUpdated provides the Electronic Horizon and onPositionUpdated the position thereon.
LocationObserver
Link copied to clipboard
interface LocationObserver
An interface which enables listening to location updates
MapMatcherResult
Link copied to clipboard
class MapMatcherResult
Provides information about the status of the enhanced location updates generated by the map matching engine of the Navigation SDK.
MapMatcherResultObserver
Link copied to clipboard
interface MapMatcherResultObserver
Observer that gets notified whenever a new enhanced location is available.
OffRouteObserver
Link copied to clipboard
interface OffRouteObserver
This interface is for turn-by-turn route navigation, but not in free-drive mode.
RouteAlertsObserver
Link copied to clipboard
interface RouteAlertsObserver
Observer that gets notified when route changes and new route alerts are available.
RouteProgressObserver
Link copied to clipboard
interface RouteProgressObserver
Callback that provides state, progress, and other information regarding the current turn-by-turn routing
TripSessionState
Link copied to clipboard
enum TripSessionState : Enum<TripSessionState>
Describes the TripSession's state.
TripSessionStateObserver
Link copied to clipboard
interface TripSessionStateObserver
Interface to provide opportunity to fetch TripSession state updates
VoiceInstructionsObserver
Link copied to clipboard
interface VoiceInstructionsObserver
Voice instruction interface, which can be registered via MapboxNavigation.registerVoiceInstructionsObserver