ManeuverProgress
public struct ManeuverProgress : Hashable
Indicates a user’s progress to a Maneuver.
-
Index of the
Maneuverbeing traversed along the route. Defaults to 0.Declaration
Swift
public var maneuverIndex: Int32 -
The distance in meters from current location until the
Maneuver. Defaults to 0.Declaration
Swift
public var remainingDistanceInMeters: Int32 -
Creates a new instance.
Declaration
Swift
public init(maneuverIndex: Int32 = 0, remainingDistanceInMeters: Int32 = 0, remainingDuration: TimeInterval = 0)