Type alias TLabelAllLocationFlatLabelOptions

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

Type declaration

Deprecated

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