ActiveRouteData

public struct ActiveRouteData

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

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

Public

  • Current active RoutePlan data.

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

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

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    public let betterProposal: Route?