TripProgressUpdateFormatter

Contains various trip related formatters

Parameters

estimatedTimeOfArrivalFormatter

for formatting the estimated time of arrival

distanceRemainingFormatter

for formatting the trip distance remaining

timeRemainingFormatter

for formatting the travel time remaining

percentRouteTraveledFormatter

for formatting the percent distance traveled

Types

Link copied to clipboard
class Builder(context: Context)

Builds an instance of TripProgressUpdateFormatter

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

An implementation of equals

Link copied to clipboard

Formats the distance remaining

Link copied to clipboard

Formats the estimated time of arrival

Link copied to clipboard

Formats the percent distance traveled

Link copied to clipboard

Formats the time remaining

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String