OptionaldefaultThe default line color, represented as a CSS color string.
OptionaldrapedWhether these lines should be draped on top of the terrain or not.
This property only exists for backwards compatibility. You should use drapeTarget instead.
false is equivalent to DrapeTarget.NOT_DRAPED and true is equivalent to
DrapeTarget.TERRAIN.
Use drapeTarget instead.
OptionaldrapeWhether these lines should be draped on top of the terrain or a 3D tiles mesh (or both).
OptionallineDetermines how lines between subsequent points will be interpreted.
OptionallineThe line width, in pixels.
OptionalpropertiesThe list of property names that will be used in the ParameterizedLinePainter.propertyColorExpressions. If a property is ever to be used in the ParameterizedLinePainter.propertyColorExpressions, it must be listed in this array.
OptionalpropertyAn array of objects describing a mapping of property values to colors. See ParameterizedLinePainter.propertyColorExpressions.
OptionalrangeThe ColorMap that maps a range value to a modulation color.
null (the default) to disable.
OptionalrangeA function that returns a range value as a number for a given point on a line. The user of this class is free to choose the range of values. If no rangePropertyProvider is passed, range filtering is disabled (rangeWindow will be ignored). You can not modify the rangePropertyProvider after the ParameterizedLinePainter has been constructed.
OptionalrangeThe start / end value for range filtering as an array with two values.
OptionalselectionThe color to paint selected lines with, represented as a CSS color string.
An object literal containing the ParameterizedLinePainter's parameters.