Check if a region is downloaded.
bool isDownloaded(String regionName) { return _cache.any((m) => m.regionName == regionName); }