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

Types

Link copied to clipboard
class 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.

Link copied to clipboard
class 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.

Link copied to clipboard
enum RouteProgressState : Enum<RouteProgressState>

Contains the various progress states that can occur while navigating.

Link copied to clipboard
class RouteStepProgress

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

Link copied to clipboard
sealed class TripNotificationState

Represents data used for trip notifications