interface GeoJSONLayerQueryOptions {
    objectIds?: readonly (string | number)[];
    outFields?: readonly string[];
    returnGeometry?: boolean;
    where?: string;
}

Properties

objectIds?: readonly (string | number)[]
outFields?: readonly string[]
returnGeometry?: boolean
where?: string