toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-maneuver
/
com.mapbox.dash.maneuver.presentation.ui
/
ManeuverDistanceFormatter
Maneuver
Distance
Formatter
class
ManeuverDistanceFormatter
(
nowInstructionThreshold
:
Double
,
distanceFormatter
:
ExtendedDistanceFormatter
,
resources
:
Resources
)
:
DistanceFormatter
Members
Constructors
Maneuver
Distance
Formatter
Link copied to clipboard
constructor
(
nowInstructionThreshold
:
Double
,
distanceFormatter
:
ExtendedDistanceFormatter
,
resources
:
Resources
)
Functions
format
Distance
Link copied to clipboard
open
override
fun
formatDistance
(
distance
:
Double
)
:
SpannableString
get
Formatted
Distance
Parts
Link copied to clipboard
fun
getFormattedDistanceParts
(
distance
:
Double
)
:
Pair
<
String
,
String
?
>