setLineCutoutWidth method

  1. @experimental
Future<void> setLineCutoutWidth(
  1. double lineCutoutWidth
)

The width of the line cutout in meters. If set to 0, the cutout is disabled. The cutout does not apply to location-indicator type layers. Default value: 0. Value range: 0, 50

Implementation

@experimental
Future<void> setLineCutoutWidth(double lineCutoutWidth) =>
    _annotationMessenger.setLineCutoutWidth(id, lineCutoutWidth);