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

Properties

featureCount: number
features: LayerFeature[]