Geolocation coords.
Public Member Functions | |
GeoCoordinates (double lon, double lat, double alt, double acc, double altAcc, double head, double spd) | |
Public Attributes | |
double | longitude |
Longitude of the device in m. More... | |
double | latitude |
Latitude of the device in m. More... | |
double | altitude |
Altitude of the device in m. More... | |
double | accuracy |
Accuracy of these coords in m. More... | |
double | altitudeAccuracy |
Accuracy of the altitude in m. More... | |
double | heading |
Direction the device is travelling in. 0 represents north. More... | |
double | speed |
Velocity of the device in m/s. More... | |
|
inline |
double PowerUI.GeoCoordinates.accuracy |
Accuracy of these coords in m.
double PowerUI.GeoCoordinates.altitude |
Altitude of the device in m.
double PowerUI.GeoCoordinates.altitudeAccuracy |
Accuracy of the altitude in m.
double PowerUI.GeoCoordinates.heading |
Direction the device is travelling in. 0 represents north.
double PowerUI.GeoCoordinates.latitude |
Latitude of the device in m.
double PowerUI.GeoCoordinates.longitude |
Longitude of the device in m.
double PowerUI.GeoCoordinates.speed |
Velocity of the device in m/s.