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

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

Types

BannerInstructionsObserver

Banner instruction that is helpful for turn-by-turn routing instructions. The BannerInstructions information is updated on route progress.

interface BannerInstructionsObserver

LocationObserver

An interface which enables listening to location updates

interface LocationObserver

OffRouteObserver

This interface is for turn-by-turn route navigation, but not in free-drive mode. This interface can be registered via a MapboxNavigation object.

interface OffRouteObserver

RouteProgressObserver

Callback that provides state, progress, and other information regarding the current turn-by-turn routing

interface RouteProgressObserver

TripSessionState

Describes the TripSession's state.

enum class TripSessionState

TripSessionStateObserver

Interface to provide opportunity to fetch TripSession state updates

interface TripSessionStateObserver

VoiceInstructionsObserver

Voice instruction interface, which can be registered via MapboxNavigation.registerVoiceInstructionsObserver

interface VoiceInstructionsObserver