VectorTileCache QML Type

ArcGISVectorTiledLayer."> VectorTileCache QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • VectorTileCache
  • 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:

    Object

    Properties

    Signals

    Methods

    Detailed Description

    This class is persisted as a vector tile package (*.vtpk) file on the device's file system.

    See also Loadable.

    Property Documentation

    [read-only] 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.


    [read-only] 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.


    [read-only] sourceInfo : VectorTileSourceInfo

    Returns information about the vector tile's source (read-only).

    This is only available after the vector tile cache is loaded.


    [read-only] 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.


    Method Documentation

    void cancelLoad()

    See also Loadable.


    void load()

    See also Loadable.


    void retryLoad()

    See also Loadable.


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