Base
/
com.mapbox.navigation.base.formatter
/
DistanceFormatter
Distance
Formatter
fun fun interface
DistanceFormatter
Content copied to clipboard
An interface, which provides correctly formatted distances.
Functions
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
formatDistance
Link copied to clipboard
abstract fun
formatDistance
(distance:
Double
):
SpannableString
Content copied to clipboard
Returns a formatted SpannableString
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard