ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.ArrivalEventHandler Event

Occures at the arrival to the destination waypoint.

[Visual Basic]
Public Event Arrival As 
[C#]
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 | ZylGPSReceiverMobileSP Namespace