maxTiles property

int maxTiles
final

The total number of tiles available to be potentially downloaded and cached

The difference between DownloadableRegion.end - DownloadableRegion.start (assuming the maximum number of tiles actually available in the region, as determined by StoreDownload.check, if DownloadableRegion.end is null).

Implementation

final int maxTiles;