RouteLineGranularDistances

data class RouteLineGranularDistances(distance: Double, distancesArray: SparseArray<RouteLineDistancesIndex>)

Parameters

distance

full distance of the route

distancesArray

array where index is the index of the upcoming not yet visited point on the route

Constructors

RouteLineGranularDistances
Link copied to clipboard
fun RouteLineGranularDistances(distance: Double, distancesArray: SparseArray<RouteLineDistancesIndex>)
full distance of the route

Functions

component1
Link copied to clipboard
operator fun component1(): Double
component2
Link copied to clipboard
operator fun component2(): SparseArray<RouteLineDistancesIndex>
copy
Link copied to clipboard
fun copy(distance: Double, distancesArray: SparseArray<RouteLineDistancesIndex>): RouteLineGranularDistances
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

distance
Link copied to clipboard
val distance: Double
full distance of the route
distancesArray
Link copied to clipboard
val distancesArray: SparseArray<RouteLineDistancesIndex>
array where index is the index of the upcoming not yet visited point on the route