NextGIS Frontend
    Preparing search index...

    Interface FeatureLayersIdentify

    interface FeatureLayersIdentify {
        featureCount: number;
        [layerId: number]: NgwLayerIdentifyError | FeatureLayersIdentifyItems;
    }

    Indexable

    Index

    Properties

    Properties

    featureCount: number