WaypointStatus

public struct WaypointStatus

Represents the status of a waypoint in a route.

  • Creates an arrival status associated with arrival state and route stop.

    Declaration

    Swift

    public init(state: WaypointState, waypoint: RouteStop)
  • The state of the waypoint.

    Declaration

    Swift

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

    Declaration

    Swift

    public let waypoint: RouteStop