NotesGPSCoordinates (LotusScript)

Contains the current coordinates of the position of a device. Currently supported for HCL Nomad beginning with Release 1.0.4.

Defined in

NotesGPSPosition

Properties

Accuracy (Data type - Variant of type Double) Contains the relative accuracy of the current position if available.

Altitude (Data type - Variant of type Double) Contains the altitude of the current position if available.

AltitudeAccuracy (Data type - Variant of type Double) Contains the altitude accuracy of the current position if available.

Heading (Data type - Variant of type Double) Contains the heading of the current position if available.

Latitude (Data type - Variant of type Double) Contains the latitude of the current position if available.

Longitude (Data type - Variant of type Double) Contains the longitude of the current position if available.

Speed (Data type - Variant of type Double) Contains the speed of the current position if available.

For iOS, the values for Speed and Heading are filled in the GPS location data once the device has gathered enough course data. These values may not be available on the first call of GPS.getCurrentPosition.