ProjectedRoute

public struct ProjectedRoute

Represents a projected route with missing map reference data.

Important

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

Lifecycle

Public

  • id

    Projected route ID.

    Declaration

    Swift

    public let id: UUID
  • List of projected sections of the route.

    Declaration

    Swift

    public let sections: [ProjectedRouteSection]