Skip to content

@npm9912/v-map


@npm9912/v-map / index / Components / VMapLayerTile3d

Interface: VMapLayerTile3d

Defined in: src/components.d.ts:567

Properties

getError()

getError: () => Promise<VMapErrorDetail>

Defined in: src/components.d.ts:571

Returns the last error detail, if any.

Returns

Promise<VMapErrorDetail>


isReady()

isReady: () => Promise<boolean>

Defined in: src/components.d.ts:575

Indicates whether the tileset has been initialised and added to the map.

Returns

Promise<boolean>


loadState

loadState: "ready" | "error" | "idle" | "loading"

Defined in: src/components.d.ts:580

Current load state of the layer.

Default

ts
'idle'

opacity

opacity: number

Defined in: src/components.d.ts:585

Global opacity factor (0-1).

Default

ts
1

tilesetOptions?

optional tilesetOptions: string | Record<string, unknown>

Defined in: src/components.d.ts:589

Optional JSON string or object with Cesium3DTileset options.


url

url: string

Defined in: src/components.d.ts:593

URL pointing to the Cesium 3D Tileset.


visible

visible: boolean

Defined in: src/components.d.ts:598

Whether the tileset should be visible.

Default

ts
true

zIndex

zIndex: number

Defined in: src/components.d.ts:603

Z-index used for ordering tilesets.

Default

ts
1000