fileUri property
The path of the tile cache.
For caches based on tile packages (.tpk or .tpkx files) this is the full path of the .tpk or .tpkx file; for caches based on compact or exploded caches this is the path of the directory containing the cache.
This path can be empty when the tile cache is contained within a MobileMapPackage or MobileScenePackage.
Implementation
Uri? get fileUri => _fileUri.value;