ProjectedRoute

public struct ProjectedRoute

The projected route provided by RouteProgressEngine.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • id

    Projected route ID.

    Declaration

    Swift

    public let id: UUID
  • Sections of the projected route.

    Declaration

    Swift

    public let sections: [ProjectedRouteSection]