VectorTileCache QML Type
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 |
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.
loadStatus : Enums.LoadStatus |
Returns the load status enumeration (read-only).
See also Loadable and Enums.LoadStatus.
path : url |
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.
thumbnailUrl : url |
Returns the URL of the thumbnail image of this vector tile cache (read-only).
Signal Documentation
loadErrorChanged() |
loadStatusChanged() |
Emitted when the loadStatus property of the resource cache changes.
Note: The corresponding handler is onLoadStatusChanged
.
See also Loadable.
pathChanged() |
Emitted when the path property changes.
Note: The corresponding handler is onPathChanged
.
sourceInfoChanged() |
Emitted when the sourceInfo property changes.
Note: The corresponding handler is onSourceInfoChanged
.
thumbnailUrlChanged() |
Emitted when the thumbnailUrl property changes.
Note: The corresponding handler is onThumbnailUrlChanged
.