successfulSize property

double successfulSize
final

Number of kibibytes successfully downloaded

If using buffering, it is important to note that these tiles will be written successfully (becoming part of persistedSize), except in the event of a crash. In this case, the tiles that fall under the difference of persistedSize - successfulSize will be lost.

For more information about buffering, see the appropriate docs page.

Implementation

final double successfulSize;