| altitude |
The "altitude" key contains the current altitude value. The preferred implementation of this value is a Number that contains the altitude in meters.
|
| coordinateType |
The "coordinateType" key contains the current coordinate type value. The preferred value is WGS84. Possible values are WGS84, OSGB36, ED50 and others.
|
dataExtensions |
The value stored at the "dataExtensions" key of this coordinate is the user defined data extensions.
|
| latitude |
The "latitude" key contains the current latitude value. The preferred implementation of this value is a Float or Double that contains the latitude degree. A negative value is used to specify a south latitude. If a String is used, then the string should conform to ISO 6709.
|
| longitude |
The "longitude" key contains the current longitude value. The preferred implementation of this value is a Float or Double that contains the longitude degree. A negative value is used to specify a west longitude. If a String is used, then the string should conform to ISO 6709.
|
time |
The "time" key contains the millisecond time of the coordinate position.
|
| x |
The "x" key contains the current x value.
|
| y |
The "y" key contains the current y value.
|
| z |
The "z" key contains the current z value.
|
|
External Key
|
Data
|
Units
|
Description
|
| altitude |
|
meter |
The "altitude" key contains the current altitude value. The preferred implementation of this value is a Number that contains the altitude in meters.
|
| coordinateType |
string (String) |
|
The "coordinateType" key contains the current coordinate type value. The preferred value is WGS84. Possible values are WGS84, OSGB36, ED50 and others.
|
dataExtensions |
Map |
|
The value stored at the "dataExtensions" key of this coordinate is the user defined data extensions.
|
| latitude |
|
degree |
The "latitude" key contains the current latitude value. The preferred implementation of this value is a Float or Double that contains the latitude degree. A negative value is used to specify a south latitude. If a String is used, then the string should conform to ISO 6709.
|
| longitude |
|
degree |
The "longitude" key contains the current longitude value. The preferred implementation of this value is a Float or Double that contains the longitude degree. A negative value is used to specify a west longitude. If a String is used, then the string should conform to ISO 6709.
|
time |
long (Number) |
milliseconds |
The "time" key contains the millisecond time of the coordinate position.
|
| x |
Number |
meter |
The "x" key contains the current x value.
|
| y |
Number |
meter |
The "y" key contains the current y value.
|
| z |
Number |
meter |
The "z" key contains the current z value.
|