WaypointStatus

public struct WaypointStatus

Represents the status of a waypoint in a route.

  • The state of the waypoint.

    Declaration

    Swift

    public let state: WaypointState
  • The route stop associated with the waypoint.

    Declaration

    Swift

    public let waypoint: RouteStop