Taos API Reference
    Preparing search index...

    Interface GeoJsonLabelOptions

    Options for geoJsonPointLabels.

    interface GeoJsonLabelOptions {
        textProperty?: string;
        rank?: number;
    }
    Index

    Properties

    Properties

    textProperty?: string

    Property whose (string) value becomes the label text. Default name.

    rank?: number

    Base declutter priority (lower = kept first); each point adds its index. Default 0.