ZylGPSReceiver Mobile

GPSReceiver.DMSPosition3DEventHandler Event

Occures when latitude or longitude or altitude has changed.

public event  Position3DChanged;

Event Data

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

Property Description
Altitude Altitude value in meters.
Latitude Latitude value in decimal degrees.
Longitude Longitude value in decimal degrees.

See Also

GPSReceiver Class | ZylGPSReceiverMobile Namespace