# Device Locator Integration

> For the complete documentation index, see [llms.txt](https://help.1nce.com/llms.txt).

# LwM2M Integration with Location Service

LwM2M Server will automaticaly forward GPS data to [Device locator](/docs/v2/1nce-os/1nce-os-device-locator/), if GPS data will be provided in following [OMA](https://raw.githubusercontent.com/OpenMobileAlliance/lwm2m-registry/prod/6.xml) resource addresses:

* `/6/0/0` (latitude, Float)
* `/6/0/1` (longitude, Float)
* `/6/0/5` (timestamp, Time). Not mandatory.

GPS data can be:

* Visualized in the 1NCE OS portal [Device inspector](/docs/v2/1nce-os/1nce-os-device-inspector/device-inspector-features-limitations/) & [Device locator](/docs/v2/1nce-os/1nce-os-device-locator/) tabs.
* Forwarded to [Cloud integrator](/docs/v2/1nce-os/1nce-os-cloud-integrator/).
* Used via [API](/docs/v2/1nce-os/1nce-os-device-locator/device-locator-api/).

<div style={{textAlign: 'center'}}>
![Location data from LwM2M Device in Historian](/img/1nce-os/1nce-os-lwm2m/lwm2m-device-locator-integration/lwm2m-gps-location-payload.png)
</div>

<div style={{textAlign: 'center'}}>
![GPS Location in Device Locator from LwM2M data](/img/1nce-os/1nce-os-lwm2m/lwm2m-device-locator-integration/lwm2m-gps-location-map.png)
</div>
