Class TrackDisplayProperties
Controls the display of tracks for a DynamicEntityLayer.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TrackDisplayProperties : INotifyPropertyChanged
Remarks
Track display properties allow you to control the display of dynamic entity observations. This includes: setting a maximum number of observations to show, displaying a line that connects them (track line), and applying renderers to the previous observations and/or track line.
Properties
Name | Description |
---|---|
MaximumDuration | Gets or sets the maximum time a previous observation displays in the track. Previous observations older than the specified maximum duration are not displayed. |
MaximumObservations | Gets or sets the maximum number of observations displayed per track (this includes latest and previous observations). |
PreviousObservationRenderer | Gets or sets the Renderer to display the previous observations. |
ShowPreviousObservations | Gets or sets a value indicating whether to show previous observations. |
ShowTrackLine | Gets or sets a value indicating whether to show a line that connects observations with the same track ID. |
TrackLineRenderer | Gets or sets the Renderer to display the track lines that connect observations. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |