ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.PositionEventHandler Event

Occures when the longitude has changed.

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

Event Data

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

Property Description
Degree Degree part of latitude or longitude.
Direction Direction of latitude or longitude.
Minute Minute part of latitude or longitude.
Second Second part of latitude or longitude.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace