failedTiles property

int failedTiles
final

The number of tiles that were not successfully downloaded, potentially for a variety of reasons

TileEvents with the result category of TileEventResultCategory.failed.

To check why these tiles failed, use latestTileEvent to construct a list of tiles that failed.

Implementation

final int failedTiles;