VectorTileSourceInfo QML Type

Information about a vector tile source. More...

Import Statement: import Esri.ArcGISRuntime 100.15
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

defaultStyle : VectorTileStyle

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


defaultStyleUrl : url

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


exportTilesAllowed : bool

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


fullExtent : Envelope

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


initialExtent : Envelope

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


levelsOfDetail : list<LevelOfDetail>

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

This property was introduced in Esri.ArcGISRuntime 100.2.


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.


maxScale : double

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


minScale : double

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


name : string

Returns the name of this vector tile source (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.


spatialReference : SpatialReference

Returns the spatial reference of this vector tile source (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.


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.