ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.DMSPosition3DEventHandler Event

Occures when latitude or longitude or altitude has changed.

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