This class represents the metadata for a local cache of vector map tiles that can be used to create an ArcGISVectorTiledLayer. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- loadError : Error
- loadStatus : Enums.LoadStatus
- path : url
- sourceInfo : VectorTileSourceInfo
- thumbnailUrl : url
Signals
Detailed Description
This class is persisted as a vector tile package (*.vtpk)
file on the device's file system.
See also Loadable.
Property Documentation
loadError : Error |
Returns the load error (read-only).
Load errors are also reported on the error
property and emit the errorChanged
signal.
See also Loadable.
Returns the load status enumeration (read-only).
See also Loadable and Enums.LoadStatus.
The path to the local tile cache this VectorTileCache is referencing.
This is the file system path to the local vector tile cache or vector tile package.
sourceInfo : VectorTileSourceInfo |
Returns information about the vector tile's source (read-only).
This is only available after the vector tile cache is loaded.
Signal Documentation
Emitted when the loadStatus property of the resource cache changes.
Note: The corresponding handler is onLoadStatusChanged
.
See also Loadable.
Emitted when the path property changes.
Note: The corresponding handler is onPathChanged
.
Emitted when the sourceInfo property changes.
Note: The corresponding handler is onSourceInfoChanged
.
Emitted when the thumbnailUrl property changes.
Note: The corresponding handler is onThumbnailUrlChanged
.