RouteInstruction
public struct RouteInstruction
Route instruction.
-
Creates a route instruction object.
Declaration
Swift
public init( distanceAlongRoute: Measurement<UnitLength>, length: Measurement<UnitLength>, combineWithNext: Bool, pointIndex: Int = 0 )Parameters
distanceAlongRouteDistance along the route.
lengthlength in Measurement unit length.
combineWithNextshould be combine with next instruction.
pointIndexlargest index in the polyline of the route.
TomTom SDK for iOS (0.53.1)
RouteInstruction