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 100.15
Since: Esri.ArcGISRuntime 100.2
Inherits:

Object

Properties

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()

Emitted when the loadError property of the resource cache changes.

Load errors are also reported on the error property and emit the errorChanged signal.

Note: The corresponding handler is onLoadErrorChanged.

See also Loadable and Object.


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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.