ZylGPSReceiver Mobile

GPSReceiver.ParamEventHandler Event

Occures when the heading has changed.

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 | ZylGPSReceiverMobile Namespace