Package com.mapbox.navigation.core.formatter

Types

Link copied to clipboard
class FormattedDistanceData

Represents a distance that has been formatted and potentially rounded for display purposes.

Link copied to clipboard
class MapboxDistanceFormatter(val options: DistanceFormatterOptions) : DistanceFormatter

Implementation of DistanceFormatter, which can format distances in meters based on a language format and unit type.

Link copied to clipboard
object MapboxDistanceUtil

A utility for rounding distances for displaying in view components.