VectorTileSourceInfo QML Type

  • Esri.ArcGISRuntime
  • VectorTileSourceInfo
  • Information about a vector tile source. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Properties

    Detailed Description

    This type describes a vector tile source, which may be displayed using an ArcGISVectorTiledLayer. The vector tile source can be an online service, a vector tile style sheet, or a local vector tile cache. The information about the source includes name, extent, visible scale, and so on.

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] defaultStyle : VectorTileStyle

    Returns information about the default style sheet referenced in the vector tile source (read-only).


    [read-only] defaultStyleUrl : url

    Returns the URL of the default style sheet referenced in the vector tile source (read-only).


    [read-only] exportTilesAllowed : bool

    Returns whether this vector tile source may be used to export tiles (read-only).


    [read-only] fullExtent : Envelope

    Returns the full extent of this vector tile source (read-only).


    [read-only] initialExtent : Envelope

    Returns the initial extent defined for this vector tile source (read-only).


    [read-only, since Esri.ArcGISRuntime 100.2] levelsOfDetail : list<LevelOfDetail>

    Returns the levels of detail of the source data (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.2.


    [read-only, since Esri.ArcGISRuntime 100.3] maxExportTilesCount : int

    Returns the maximum number of tiles that can be exported from the source (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.3.


    [read-only] maxScale : double

    Returns the maximum scale defined for this vector tile source (read-only).


    [read-only] minScale : double

    Returns the minimum scale defined for this vector tile source (read-only).


    [read-only] name : string

    Returns the name of this vector tile source (read-only).


    [read-only] origin : Point

    Returns the origin point of this vector tile source (read-only).

    The origin point is the upper left corner of the extent as displayed by default.


    [read-only] spatialReference : SpatialReference

    Returns the spatial reference of this vector tile source (read-only).


    [read-only] url : url

    The URL to the vector tile source (read-only).

    The URL can only be set before the VectorTileSourceInfo is loaded.

    The vector tile source can be an online service, a vector tile style sheet, or a local vector tile cache.


    [read-only] version : string

    Returns the version of this vector tile source (read-only).


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