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 TimeRemainingFormatter(context: Context, var locale: Locale? = null) : ValueFormatter<Double, SpannableString>

Formats trip related data for displaying in the UI

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 .