NextGIS Frontend
    Preparing search index...

    Interface FeatureLayersIdentifyItems

    interface FeatureLayersIdentifyItems {
        featureCount: number;
        features: LayerFeature[];
    }
    Index

    Properties

    featureCount: number
    features: LayerFeature[]