setLineZOffset method

  1. @experimental
Future<void> setLineZOffset(
  1. double lineZOffset
)

Vertical offset from ground, in meters. Defaults to 0. Not supported for globe projection at the moment.

Implementation

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