getLineElevationReference method

  1. @experimental
Future<LineElevationReference?> getLineElevationReference()

Selects the base of line-elevation. Some modes might require precomputed elevation data in the tileset. Default value: "none".

Implementation

@experimental
Future<LineElevationReference?> getLineElevationReference() =>
    _annotationMessenger.getLineElevationReference(id);