The default line color of trajectories, represented as a CSS color string.
Whether to drape the lines on terrain or not.
Determines how lines between subsequent points will be interpreted.
The line width, in pixels, to paint trajectories with.
The weight to apply to parts of lines outside of the configured time window.
The list of property names that will be used in the propertyColorExpressions. If a property is ever to be used in the propertyColorExpressions, it must be listed in this array.
An array of objects describing a mapping of property values to colors.
The color to paint selected trajectories with, represented as a CSS color string.
A function that returns time as a number for a given point on a trajectory.
The user of this class is free to choose the range of time values. However the values should not be too big because they are internally converted to 32-bit floating-point numbers. For example do not use the time in milliseconds from epoch (e.g. 1970) but instead use the time in seconds from the start of the first day in your data set. If no timeProvider is passed, time filtering is disabled (timeWindow will be ignored). You can not modify the timeProvider after the TrajectoryPainter has been constructed.The start / end value for time filtering as an array with two values.
An object literal containing the TrajectoryPainter constructor's parameters.