getLineZOffset method

Future<double?> getLineZOffset()

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

Implementation

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