Cursor for paging through results

interface ListRevealSectors3DQuery {
    boundingBox?: BoundingBox3D;
    cursor?: string;
    limit?: number;
}

Hierarchy (view full)

Properties

boundingBox?: BoundingBox3D

Bounding box to restrict search to. If given, only return sectors that intersect the given bounding box. Given as a JSON-encoded object of two arrays "min" and "max" with 3 coordinates each.

cursor?: string
limit?: number