successfulTiles property

int successfulTiles
final

Number of tiles downloaded successfully

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

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

Implementation

final int successfulTiles;