tileCount property

int tileCount

The number of tiles in the tile cache.

Implementation

int get tileCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EstimateTileCacheSizeResult_getTileCount(
      _handle,
      errorHandler,
    );
  });
}