ArcGISTiledLayer

constructor(item: Item)

Creates an ArcGIS tiled layer from a PortalItem representing an ArcGIS map service. The item's type should be PortalItemType.MapService.

Since

200.1.0

See also


constructor(tileCache: TileCache)

Creates an ArcGIS Tiled Layer object from a local cache of previously rendered map tiles.

Since

200.1.0


constructor(uri: String)

Creates an ArcGIS tiled layer from the specified URI. If the specified URI is a map service URL, the MapServer must have "Single Fused Map Cache" set to true in its ArcGIS REST Services Directory. If the specified URI is a portal item URL, the underlying PortalItem is created and can be accessed through Layer.item. See PortalItem.PortalItem(String) for the supported URL formats.

Since

200.1.0

See also

LayerTileEvent
PortalItem
PortalItem.PortalItem

(String)