lineCrossSlopeExpression property

  1. @experimental
List<Object>? lineCrossSlopeExpression
getter/setter pair

Defines the slope of an elevated line. A value of 0 creates a horizontal line. A value of 1 creates a vertical line. Other values are currently not supported. If undefined, the line follows the terrain slope. This is an experimental property with some known issues:

  • Vertical lines don't support line caps
  • line-join: round is not supported with this property

Implementation

@experimental
List<Object>? lineCrossSlopeExpression;