-
GPSlatitude
double GPSlatitude
latitude in degrees
-
GPSlongitude
double GPSlongitude
longitude in degrees
-
GPShasBearing
boolean GPShasBearing
GPS bearing is enabled or not
-
GPSbearing
float GPSbearing
horizontal direction of travel of this device (is not related to the device orientation). Is in the range (0.0, 360.0]
-
GPShasAltitude
boolean GPShasAltitude
determine if Altitude is provided
-
GPSaltitude
double GPSaltitude
Altitude in meters above the WGS 84 reference ellipsoid.
-
GPShasAccuracy
boolean GPShasAccuracy
determine if accuracy is provided
-
GPSAccuracy
float GPSAccuracy
// with a radius = accuracy, then there is a 68% probability that the true location is inside the circle.
-
GPShasSpeed
boolean GPShasSpeed
determine if speed is supplied
-
GPSspeed
float GPSspeed
Speed
-
network_latitude
double network_latitude
latitude provided by the 3G network
-
network_longitude
double network_longitude
longitude provided by the 3G network
-
network_hasBearing
boolean network_hasBearing
determine if the 3G network has bearing
-
network_bearing
float network_bearing
horizontal direction of travel of this device (is not related to the device orientation). Is in the range (0.0, 360.0]
-
network_hasAltitude
boolean network_hasAltitude
determine if the 3G network provided altitude
-
network_altitude
double network_altitude
Altitude as provided by3G
-
network_hasAccuracy
boolean network_hasAccuracy
determine if the 3G network provides accuracy
-
network_Accuracy
float network_Accuracy
with a radius = accuracy, then there is a 68% probability that the true location is inside the circle.
-
network_hasSpeed
boolean network_hasSpeed
determine if the network supplied speed
-
network_speed
float network_speed
speed
-
GPSOffset
long GPSOffset
time offset provided by the gps
-
networkOffset
long networkOffset
network offset
-
isGPSSynchronised
boolean isGPSSynchronised
determine if we synchronised using gps
-
isNetworkSynchronised
boolean isNetworkSynchronised
determine if we synchronise using network
-
GPSTime
long GPSTime
time provided by GPS
-
localGPSTime
long localGPSTime
local time (as provided by gps
-
NetworkTime
long NetworkTime
time provided by 3G
-
LocalNetworkTime
long LocalNetworkTime
local time as provided by 3G