ActiveRouteData

public struct ActiveRouteData

ActiveRouteData stores the active route and an optional better route proposal.

Important

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

Public

  • Current active RoutePlan data.

    Declaration

    Swift

    public let routePlan: RoutePlan
  • Better proposal to be used instead of active route plan.

    Declaration

    Swift

    public let proposedRoute: Route?