VectorTileSourceInfo

The metadata for a vector tile source. A vector tile source can be provided by online vector tile service, a vector tile style sheet, or a local vector tile cache. VectorTileSourceInfo provides basic information about the vector tile source such as the name, URI, extent and visible scale. You can obtain the VectorTileSourceInfo from an ArcGISVectorTiledLayer or a VectorTileCache.

Since

200.1.0

See also

ArcGISVectorTiledLayer.sourceInfo

Properties

Link copied to clipboard

The default style object.

Link copied to clipboard

The current the default style URI.

Link copied to clipboard

True if this source supports exporting tiles, false otherwise.

Link copied to clipboard

The full extent of the source data.

Link copied to clipboard

The initial extent of the source data.

Link copied to clipboard

The levels of detail of the source data.

Link copied to clipboard

The maximum number of tiles that can be exported from the service.

Link copied to clipboard

The maximum scale. Will return an undefined float if an error occurs.

Link copied to clipboard

The minimum scale. Will return an undefined float if an error occurs.

Link copied to clipboard

The source name.

Link copied to clipboard

The origin of the source data.

Link copied to clipboard

The spatial reference of the source data.

Link copied to clipboard
val uri: String

The vector tile source URI.

Link copied to clipboard

The source version.