ProjectedRouteSection
public struct ProjectedRouteSection
Describes part of the ProjectedRoute.
Important
This is a Public Preview API. It may be changed or removed at any time.-
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 -
Map positions that describe the section.
Declaration
Swift
public let mapPositions: [MapPosition] -
Start boundary of the projected route section.
Declaration
Swift
public let startBoundary: Boundary -
End boundary of the projected route section.
Declaration
Swift
public let endBoundary: Boundary
ProjectedRouteSection Structure Reference