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

Package com.mapbox.navigation.base.trip.model

Types

RouteLegProgress

This is a progress object specific to the current leg the user is on. If there is only one leg in the directions route, much of this information will be identical to the parent RouteProgress.

class RouteLegProgress

RouteProgress

This class contains all progress information at any given time during a navigation session. This progress includes information for the current route, leg, and step that the user is traveling along. With every new valid location update, a new route progress will be generated using the latest information.

class RouteProgress

RouteProgressState

Contains the various progress states that can occur while navigating.

enum class RouteProgressState

RouteStepProgress

This is a progress object specific to the current step the user is on.

class RouteStepProgress