ZylGPSReceiver Mobile

GPSReceiver.ArrivalEventHandler Event

Occures at the arrival to the destination waypoint.

public event  Arrival;

Event Data

The event handler receives an argument of type ArrivalEventArgs containing data related to this event. The following ArrivalEventArgs properties provide information specific to this event.

Property Description
CircleRadius Circle radius in nautical miles.
Waypoint Destination waypoint.

See Also

GPSReceiver Class | ZylGPSReceiverMobile Namespace