CachedMapTile typedef

CachedMapTile = ({Uint8List bytes, CachedMapTileMetadata metadata})

A tile's bytes and metadata returned from MapCachingProvider.getTile

Implementation

typedef CachedMapTile = ({Uint8List bytes, CachedMapTileMetadata metadata});