ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.ParamEventHandler Event

Occures when the heading has changed.

[Visual Basic]
Public Event HeadingChanged As 
[C#]
public event  HeadingChanged;

Event Data

The event handler receives an argument of type ParamEventArgs containing data related to this event. The following ParamEventArgs property provides information specific to this event.

Property Description
Value Parameter value. It can be speed in km/h, heading in degrees or altitude in meters.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace