FS
FSGPSTrackingHistory
The DAC that works with the tracking history. The tracking history contains tracking points. The system saves tracking points only for active (FSGPSTrackingRequest.IsActive=true) tracking requests.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
Altitude | decimal | Altitude | - | |
Description:The altitude of the tracking point. | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
ExecutionDate | datetime | Execution Date | - | |
Description:The date and time when the tracking point was recorded. | ||||
Latitude | decimal | Latitude | - | |
Description:The latitude of the tracking point. | ||||
Longitude | decimal | Longitude | - | |
Description:The longitude of the tracking point. | ||||
TrackingID | uniqueidentifier | Tracking ID | - | |
Description:The identifier of the tracking request, which allows to match the tracking point with the details of the tracking request, such as the user name and the device name. | ||||