Type Alias MapImageLayerQueryAllOptions

MapImageLayerQueryAllOptions: MapImageLayerQueryOptions & {
    maxPages?: number;
    pageSize?: number;
}