Skip to content

@npm9912/v-map


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

Interface: VMapLayergroup

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

Properties

basemapid

basemapid: string

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

Base map identifier for this layer group. When set, layers in this group will be treated as base map layers.

Default

ts
null

getGroupId()

getGroupId: () => Promise<string>

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

Returns the internal group identifier used by the map provider.

Returns

Promise<string>


opacity

opacity: number

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

Globale Opazität (0–1) für alle Kinder.

Default

ts
1

visible

visible: boolean

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

Sichtbarkeit der gesamten Gruppe.

Default

ts
true