create Tile Interval Chunks
fun createTileIntervalChunks(coordsToRequest: MutableList<TileInterval>, maxIntervalsPerRequest: Int, interleaved: Boolean): MutableList<MutableList<TileInterval>>
Breaks up the intervals into smaller chunks for the requests.
Parameters
coords To Request
Set of tile coordinates and their data intervals to request.
max Intervals Per Request
The maximum number of intervals to request per tile which determines the chunk size.