getTextOcclusionOpacity method

Future<double?> getTextOcclusionOpacity()

The opacity at which the text will be drawn in case of being depth occluded. Not supported on globe zoom levels. Default value: 1. Value range: 0, 1

Implementation

Future<double?> getTextOcclusionOpacity() =>
    messenger.getTextOcclusionOpacity(id);