setLineZOffset method

Future<void> setLineZOffset(
  1. double lineZOffset
)

Vertical offset from ground, in meters. Not supported for globe projection at the moment. Default value: 0.

Implementation

Future<void> setLineZOffset(double lineZOffset) =>
    _annotationMessenger.setLineZOffset(id, lineZOffset);