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
Represents the trip detail for a RouteLeg
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
The state is returned if there is an error calculating trip overview.
Link copied to clipboard
Represents a trip detail for the entire route to be rendered
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 .