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

Indexable

Properties

Properties

featureCount: number