Information about a vector tile source. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- defaultStyle : VectorTileStyle
- defaultStyleUrl : url
- exportTilesAllowed : bool
- fullExtent : Envelope
- initialExtent : Envelope
- levelsOfDetail : list<LevelOfDetail>
- maxExportTilesCount : int
- maxScale : double
- minScale : double
- name : string
- origin : Point
- spatialReference : SpatialReference
- url : url
- version : string
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).
Returns the URL of the default style sheet referenced in the vector tile source (read-only).
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.
Returns the maximum number of tiles that can be exported from the source (read-only).
This property was introduced in Esri.ArcGISRuntime 100.3.
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).
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.