Description
This LwM2M Object provides a range of location telemetry related information which can be queried by the LwM2M Server.
Object definition
Name | Object ID | Object Version | LWM2M Version |
Location | 6 | 1.0 | 1.0 |
Object URN | Instances | Mandatory | |
urn:oma:lwm2m:oma:6 | Single | Optional |
Resource definitions
ID | Name | Operations | Instances | Mandatory | Type | Range or Enumeration | Units | Description |
---|---|---|---|---|---|---|---|---|
0 | Latitude | R | Single | Mandatory | Float | lat | The decimal notation of latitude, e.g. -43.5723 [World Geodetic System 1984]. | |
1 | Longitude | R | Single | Mandatory | Float | lon | The decimal notation of longitude, e.g. 153.21760 [World Geodetic System 1984]. | |
2 | Altitude | R | Single | Optional | Float | m | The decimal notation of altitude in meters above sea level. | |
3 | Radius | R | Single | Optional | Float | m | The value in this resource indicates the radius of a circular area in meters. The circular area is used to describe uncertainty about a point for coordinates in a two-dimensional coordinate reference systems (CRS). The center point of a circular area is specified by using the Latitude and the Longitude Resources. | |
4 | Velocity | R | Single | Optional | Opaque | The velocity of the LwM2M Client, as defined in [3GPP-TS_23.032]. | ||
5 | Timestamp | R | Single | Mandatory | Time | The timestamp of when the location measurement was performed. | ||
6 | Speed | R | Single | Optional | Float | m/s | Speed is the time rate of change in position of a LwM2M Client without regard for direction: the scalar component of velocity. |