Package com.mapbox.navigation.ui.tripprogress.model
Types
Link copied to clipboard
class DistanceRemainingFormatter(distanceFormatterOptions: DistanceFormatterOptions) : ValueFormatter<Double, SpannableString>
Content copied to clipboard
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>
Content copied to clipboard
Formats trip related data for displaying in the UI
Link copied to clipboard
class PercentDistanceTraveledFormatter : ValueFormatter<Double, SpannableString>
Content 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>
Content copied to clipboard
Formats trip related data for displaying in the UI
Link copied to clipboard
Contains various trip related formatters
Link copied to clipboard
Represents a trip progress update to be rendered
Link copied to clipboard
Specifies options for rendering different components in MapboxTripProgressView .