setLineZOffset method
- 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);