StartingIndex
public struct StartingIndex
Configures starting point to run the partial route refreshing.
-
The index of a leg, from which to start applying the refreshed data.
Declaration
Swift
public let legIndex: Int
-
Index of a geometry of the
legIndex
leg, where to start refreshing from.Declaration
Swift
public let legShapeIndex: Int
-
Creates new
StartingIndex
.Declaration
Swift
public init(legIndex: Int, legShapeIndex: Int)