getLineZOffset method

Future<double?> getLineZOffset()

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

Implementation

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