Route Line Distances Index
data class RouteLineDistancesIndex(point: Point, distanceRemaining: Double)
Content copied to clipboard
Parameters
point
the upcoming, not yet visited point on the route
distanceRemaining
distance remaining from the upcoming point
Constructors
RouteLineDistancesIndex
Link copied to clipboard
the upcoming, not yet visited point on the route
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(point: Point, distanceRemaining: Double): RouteLineDistancesIndex
Content copied to clipboard