RouteLineGranularDistances

data class RouteLineGranularDistances(val distance: Double, val 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

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

Properties

Link copied to clipboard
val distance: Double
Link copied to clipboard
val distancesArray: SparseArray<RouteLineDistancesIndex>