Maria GDK 4.5.0.133
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData Interface Reference

Contains Track History. More...

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

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.
 

Detailed Description

Contains Track History.

Property Documentation

◆ TrackHistoryEndTime

DateTime? TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.TrackHistoryEndTime
getset

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

Implemented in TPG.GeoFramework.TrackCore.TrackHistoryData.

◆ TrackHistoryInfos

List<ITrackHistoryInfo> TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.TrackHistoryInfos
getset

Track history info sorted on time, oldest position first.

Implemented in TPG.GeoFramework.TrackCore.TrackHistoryData.

◆ TrackId

ItemId TPG.GeoFramework.TrackCore.Contracts.ITrackHistoryData.TrackId
get

Id of track including list id.

Implemented in TPG.GeoFramework.TrackCore.TrackHistoryData.


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