BuildingSceneLayer

constructor(portalItem: PortalItem)

Creates a building scene layer object with a portal item.

Since

300.0.0

Parameters

portalItem

The building scene layer portal item (only PortalItem are supported).

See also


constructor(uri: String)

Creates a building scene layer object with the URI. If the specified URI is a portal item URL (see PortalItem.PortalItem for the supported URL formats), the underlying PortalItem will be created and accessible through Layer.item.

Since

300.0.0

Parameters

uri

The URI to a service, scene layer package, or portal item.

See also