ProjectedRouteSection
public struct ProjectedRouteSection
Describes part of a ProjectedRoute.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates the projected route section instance with the given parameters.
Declaration
Parameters
startBoundaryStart boundary of the section.
endBoundaryEnd boundary of the section.
startOffsetAn offset from the start of the route to the start of the section.
endOffsetAn offset from the start of the route to the end of the section.
-
Indicates if the
ProjectedRouteSectionis on the map.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Boundary -
Start boundary of the section.
Declaration
Swift
public let startBoundary: Boundary -
End boundary of the section.
Declaration
Swift
public let endBoundary: Boundary -
An offset from the start of the route to the start of the section.
Declaration
Swift
public let startOffset: Measurement<UnitLength> -
An offset from the start of the route to the end of the section.
Declaration
Swift
public let endOffset: Measurement<UnitLength>
TomTom SDK for iOS (0.40.0)
ProjectedRouteSection