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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Properties

Link copied to clipboard
val distanceFormatter: DistanceFormatter

DistanceFormatter to format the distance with proper units.

Link copied to clipboard
var distanceRemaining: Double?

Double

Link copied to clipboard
val totalDistance: Double

Double