fillZOffset property

  1. @experimental
double? fillZOffset
getter/setter pair

Specifies an uniform elevation in meters. Note: If the value is zero, the layer will be rendered on the ground. Non-zero values will elevate the layer from the sea level, which can cause it to be rendered below the terrain. Default value: 0. Minimum value: 0.

Implementation

@experimental
double? fillZOffset;