vectorTileCache property
The vector tile cache result of a successful export vector tiles job. This result will be null if the item cache resource alone is returned.
Implementation
VectorTileCache? get vectorTileCache => _vectorTileCache.value;
The vector tile cache result of a successful export vector tiles job. This result will be null if the item cache resource alone is returned.
VectorTileCache? get vectorTileCache => _vectorTileCache.value;