How to get GPS coordinates
Retrieving GPS coordinates is only possible on a SecureEdge with cellular capabilities.
Introduction
Please read Track your machines with GPS for relevant information on required firmware, preparation, accuracy, etc.
GPS coordinates request
Send an HTTP GET request to the edge gateway on /api/v1/system/location.
{
"altitude": 25.5,
"latitude": 51.66236935,
"longitude": 5.938345783333333,
"utc_time": "065203.00"
}{
"altitude": null,
"latitude": null,
"longitude": null,
"utc_time": null
}Updated about 1 hour ago
