Route Line Granular Distances
            data class RouteLineGranularDistances(distance: Double, 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
RouteLineGranularDistances
                          
                    Link copied to clipboard
                        fun RouteLineGranularDistances(distance: Double, distancesArray: SparseArray<RouteLineDistancesIndex>)
Content copied to clipboard
full distance of the route
Functions
component1
                          
                    Link copied to clipboard
                        component2
                          
                    Link copied to clipboard
                        copy
                          
                    Link copied to clipboard
                        fun copy(distance: Double, distancesArray: SparseArray<RouteLineDistancesIndex>): RouteLineGranularDistances
Content copied to clipboard