DistanceFormatter

fun fun interface DistanceFormatter

An interface, which provides correctly formatted distances.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
formatDistance
Link copied to clipboard
abstract fun formatDistance(distance: Double): SpannableString
Returns a formatted SpannableString
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String