The information below concerns legacy mobile tests that work with mobile devices connected to the local computer. For new mobile tests, we recommend using the newer cloud-compatible approach. |
The iOSGPSData object contains the following properties:
Property List
Name | Description |
---|---|
Altitude | Returns the current altitude (in meters) above sea level. |
Course | The direction in which the device is traveling. |
HorizontalAccuracy | Returns the estimated horizontal accuracy of the current location, in meters. |
Latitude | Returns the current latitude, in degrees. |
Longitude | Returns the current longitude, in degrees. |
Speed | Returns the current move speed in m/s. |
VerticalAccuracy | Returns the estimated vertical accuracy of the current location, in meters. |