Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.TrackCore.TrackHistoryData Class Reference

Contains track history. More...

Inheritance diagram for TPG.GeoFramework.TrackCore.TrackHistoryData:
TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData

Public Member Functions

 TrackHistoryData (ItemId id)
 Constructor.
 

Properties

ItemId TrackId [get]
 Id of track including list id.
 
List< ITrackHistoryInfoTrackHistoryInfos [get, set]
 Track history info sorted on time, oldest position first.
 
DateTime? TrackHistoryEndTime [get, set]
 Get or set track history end time. Used to mark the end of available track history which prevents unnecessary TrackHistoryRequested events.
 
- Properties inherited from TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData
ItemId TrackId [get]
 Id of track including list id.
 
List< ITrackHistoryInfoTrackHistoryInfos [get, set]
 Track history info sorted on time, oldest position first.
 
DateTime? TrackHistoryEndTime [get, set]
 Get or set track history end time. Used to mark the end of available track history which prevents unnecessary TrackHistoryRequested events.
 

Detailed Description

Contains track history.

Constructor & Destructor Documentation

◆ TrackHistoryData()

TPG.GeoFramework.TrackCore.TrackHistoryData.TrackHistoryData ( ItemId  id)
inline

Constructor.

Parameters
id

Property Documentation

◆ TrackHistoryEndTime

DateTime? TPG.GeoFramework.TrackCore.TrackHistoryData.TrackHistoryEndTime
getset

Get or set track history end time. Used to mark the end of available track history which prevents unnecessary TrackHistoryRequested events.

Implements TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.

◆ TrackHistoryInfos

List<ITrackHistoryInfo> TPG.GeoFramework.TrackCore.TrackHistoryData.TrackHistoryInfos
getset

Track history info sorted on time, oldest position first.

Implements TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.

◆ TrackId

ItemId TPG.GeoFramework.TrackCore.TrackHistoryData.TrackId
get

Id of track including list id.

Implements TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.


The documentation for this class was generated from the following file: