Package com.mapbox.navigation.core.formatter
Types
Link copied to clipboard
Represents a distance that has been formatted and potentially rounded for display purposes.
Link copied to clipboard
class MapboxDistanceFormatter(val options: DistanceFormatterOptions) : DistanceFormatter
Content copied to clipboard
Implementation of DistanceFormatter, which can format distances in meters based on a language format and unit type.
Link copied to clipboard
A utility for rounding distances for displaying in view components.