StepDistance

class StepDistance

Data structure representing distance associated with the step. Can be either distance remaining to finish the step or total step distance.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open fun toString(): String

Properties

distanceFormatter
Link copied to clipboard
val distanceFormatter: DistanceFormatter
DistanceFormatter to format the distance with proper units.
distanceRemaining
Link copied to clipboard
var distanceRemaining: Double?
Double
totalDistance
Link copied to clipboard
val totalDistance: Double
Double