Interface QueryTileExtentDescriptor

interface QueryTileExtentDescriptor {
    spatialReference?: QueryTileSpatialReference;
    xmax: number;
    xmin: number;
    ymax: number;
    ymin: number;
}

Properties

spatialReference?: QueryTileSpatialReference
xmax: number
xmin: number
ymax: number
ymin: number