Type alias TLabelAllLocationFlatLabelOptions

TLabelAllLocationFlatLabelOptions: TLabelAllLocationCommonOptionsBase & {
    appearance?: TFlatLabelAppearance;
    flatLabels: true;
}

Type declaration

Deprecated

Use FlatLabels.add or FloatingLabels.add to get more fine tuned control when labelling all locations.