Building Client Dashboard an was interested in pulling the following GPS data for the API: Location, Heading, Speed
At the moment we are only seeing the option to pull location. Any info will be greatly appreciated
Building Client Dashboard an was interested in pulling the following GPS data for the API: Location, Heading, Speed
At the moment we are only seeing the option to pull location. Any info will be greatly appreciated
Location speed and altitude is available from:
/rest/o/{organization_id}/g/{group_id}/d/{device_id}/loc
Heading you can determine by comparing next position with last.
Martin, many thanks ! My team really appreciates this. Will test and let you know how it goes.