remainingTiles property

int remainingTiles

Approximate number of tiles remaining to be downloaded

Is equal to approxMaxTiles - attemptedTiles.

Implementation

int get remainingTiles => maxTiles - attemptedTiles;