Mobile.GetLocation
Method | |
---|---|
Module | Mobile |
Library | Core |
Action | Get the physical location of this device in terms of longitude, latitude and altitude. |
Parameters | (None) |
Return values |
|
| |
| |
Example | Mobile.GetLocation(); |
Platforms |
|
Notes | The Tachyon Agent uses the GPS and network providers to supply current location data. These providers differ in accuracy (especially for Currently we subscribe to updates with a minimum interval of 1 second and a minimum distance of 1 metre. These figures will be revised should this configuration prove too CPU-intensive. If both providers return locations then the most recent location fix is always preferred and returned by the method. |