setFillZOffset method

  1. @experimental
Future<void> setFillZOffset(
  1. double fillZOffset
)

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
Future<void> setFillZOffset(double fillZOffset) =>
    _annotationMessenger.setFillZOffset(id, fillZOffset);