int tsmTileReqEnd ( TsmConnection connect ) Finish a batch of tile requests
Finish a batch of tile requests.tsmTileReqEnd is used to tell the tsmApi that you are finished compiling a list of tiles to be requested (e.g. with tsmTileReqAdd). The list can then be transmitted to the server, if appropriate, so that the tiles can begin to be sent.
Once this function has been called, you can begin to read the incoming tiles using the tsmReadNextTile routine.
N.B. If you start a new request list before you have read in all of the tiles from a previous request list, then the previous request list will be thrown away in favour of the new list.