ol-mapbox-style
    Preparing search index...

    Interface FeatureIdentifier

    interface FeatureIdentifier {
        id: string | number;
        source: string;
    }
    Index

    Properties

    Properties

    id: string | number

    The feature id.

    source: string

    The source id.