remainingTiles property

int get remainingTiles

Approximate number of tiles remaining to be downloaded

Is equal to approxMaxTiles - attemptedTiles.

Implementation

int get remainingTiles => maxTiles - attemptedTiles;