Package com.mapbox.navigation.ui.tripprogress.model

Types

Link copied to clipboard
class DistanceRemainingFormatter(distanceFormatterOptions: DistanceFormatterOptions) : ValueFormatter<Double, SpannableString>

Formats trip related data for displaying in the UI

Link copied to clipboard
class EstimatedTimeToArrivalFormatter(context: Context, timeFormatType: Int = TimeFormat.NONE_SPECIFIED) : ValueFormatter<Long, SpannableString>

Formats trip related data for displaying in the UI

Link copied to clipboard

Formats trip related data for displaying in the UI

Link copied to clipboard
class RouteLegTripOverview

Represents the trip detail for a RouteLeg

Link copied to clipboard
class TimeRemainingFormatter(context: Context, var locale: Locale? = null) : ValueFormatter<Double, SpannableString>

Formats trip related data for displaying in the UI

Link copied to clipboard
class TripOverviewError

The state is returned if there is an error calculating trip overview.

Link copied to clipboard
class TripOverviewValue

Represents a trip detail for the entire route to be rendered

Link copied to clipboard
class TripProgressUpdateFormatter

Contains various trip related formatters

Link copied to clipboard
class TripProgressUpdateValue

Represents a trip progress update to be rendered

Link copied to clipboard
class TripProgressViewOptions

Specifies options for rendering different components in MapboxTripProgressView .