labeling property

ViewLabelProperties labeling

The view label properties.

This property determines whether labels are created, added and animated for all of the layers and graphic overlays in the view.

For example, you can prevent labels displaying in the GeoViewController if you set ViewLabelProperties.isLabelingEnabled to false. This overrides the labelsEnabled properties set on all layers and graphic overlays in the view. The default value of ViewLabelProperties.isLabelingEnabled is true.

Implementation

ViewLabelProperties get labeling => _labeling.value;
void labeling=(ViewLabelProperties value)

Implementation

set labeling(ViewLabelProperties value) => _labeling.value = value;