Class Position
Defined in: phonegap.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Position(lat, lng, acc, alt, altacc, head, vel)
This class contains position information.
|
Field Attributes | Field Name and Description |
---|---|
The accuracy of the position.
|
|
The altitude of the position.
|
|
The altitude accuracy of the position.
|
|
The direction the device is moving at the position.
|
|
The latitude of the position.
|
|
The longitude of the position,
|
|
The time that the position was obtained.
|
|
The velocity with which the device is moving at the position.
|
Class Detail
Position(lat, lng, acc, alt, altacc, head, vel)
This class contains position information.
- Parameters:
- {Object} lat
- {Object} lng
- {Object} acc
- {Object} alt
- {Object} altacc
- {Object} head
- {Object} vel
Field Detail
accuracy
The accuracy of the position.
altitude
The altitude of the position.
altitudeAccuracy
The altitude accuracy of the position.
heading
The direction the device is moving at the position.
latitude
The latitude of the position.
longitude
The longitude of the position,
timestamp
The time that the position was obtained.
velocity
The velocity with which the device is moving at the position.