RouteLineGranularDistances   
    data class RouteLineGranularDistances(val distance: Double, val distancesArray: SparseArray<RouteLineDistancesIndex>)
Content copied to clipboard
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>)
Content copied to clipboard