WaypointArrivalStatus

class WaypointArrivalStatus(val state: WaypointArrivalState, val waypoint: RouteStop)

Represents the arrival status of a waypoint in a route.

Constructors

Link copied to clipboard
constructor(state: WaypointArrivalState, waypoint: RouteStop)

Properties

Link copied to clipboard

The arrival state of the waypoint.

Link copied to clipboard

The route stop associated with the waypoint.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Returns a string representation of the waypoint arrival status.