ArcGISVectorTiledLayer

constructor(item: Item)

Creates an ArcGIS Vector Tiled Layer from a com.arcgismaps.mapping.PortalItem.

Since

200.1.0

Parameters

See also

ArcGISVectorTiledLayer.ArcGISVectorTiledLayer

(String)


constructor(uri: String)

Creates an ArcGIS Vector Tiled Layer from an ArcGIS Vector Tile Service URL, a Vector Tile Style Sheet URI, or the path to a local vector tile package (.vtpk) file.

Since

200.1.0

Parameters

uri

An ArcGIS Vector Tile Service URL, an ArcGIS Vector Tile Style Sheet URI, or the path to a local vector tile package (.vtpk) file.

See also

ArcGISVectorTiledLayer.ArcGISVectorTiledLayer

(Item)


constructor(vectorTileCache: VectorTileCache, itemResourceCache: ItemResourceCache? = null)

Creates an ArcGIS Vector Tiled Layer from a vector tile cache and an item resource cache containing a custom style for this vector tile layer.

Since

200.1.0

Parameters

itemResourceCache

The item resource cache contains a custom style.

See also

ArcGISVectorTiledLayer.ArcGISVectorTiledLayer

(String)