setLineElevationReference method

  1. @experimental
Future<void> setLineElevationReference(
  1. LineElevationReference lineElevationReference
)

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

Implementation

@experimental
Future<void> setLineElevationReference(
        LineElevationReference lineElevationReference) =>
    _annotationMessenger.setLineElevationReference(
        id, lineElevationReference);