WaypointArrivalStatus

data class WaypointArrivalStatus(val hasReachedWaypoint: Boolean, val waypoint: Waypoint)

Class containing result of checking if a waypoint has been reached.

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

Constructors

Link copied to clipboard
fun WaypointArrivalStatus(hasReachedWaypoint: Boolean, waypoint: Waypoint)

Properties

Link copied to clipboard
Link copied to clipboard