tileInfo property

TileInfo? tileInfo

Information about the tiling scheme used by this tile cache.

For example, the tiling scheme indicates the origin of the cached tiles, the levels of detail available, and the size of each tile.

Implementation

TileInfo? get tileInfo => _tileInfo.value;