getLineZOffset method

  1. @experimental
Future<double?> getLineZOffset()

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

Implementation

@experimental
Future<double?> getLineZOffset() => _annotationMessenger.getLineZOffset(id);