TrackDisplayProperties class final

Controls the display of tracks for a DynamicEntityLayer.

Track display properties allow you to control the display of dynamic entity observations by 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.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumDuration double
The maximum time (in seconds) a previous observation displays in the track. Previous observations older than the specified maximum duration are not displayed.
getter/setter pair
maximumObservations int
The maximum number of observations displayed per track (this includes latest and previous observations).
getter/setter pair
previousObservationRenderer Renderer?
The Renderer to display the previous observations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPreviousObservations bool
A flag indicating whether to show previous observations.
getter/setter pair
showTrackLine bool
A flag indicating whether to show a line that connects observations with the same track ID.
getter/setter pair
trackLineRenderer Renderer?
The Renderer to display the track lines that connect observations.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited