Interface QuerentResultItem

interface QuerentResultItem {
    features: Feature<Geometry>[];
    featuresCount: number;
    requestPartners: string[];
    tooManyFeatures: boolean;
    totalFeatureCount: number;
}

Properties

features: Feature<Geometry>[]
featuresCount: number
requestPartners: string[]

All datasources requested in the same request

tooManyFeatures: boolean
totalFeatureCount: number