fileUri property

Uri? fileUri

The path to the on disk source file for this vector tile cache.

This path can be empty when the vector tile cache is contained within a MobileMapPackage or MobileScenePackage.

Implementation

Uri? get fileUri => _fileUri.value;