Skip to content

geospatial-sdk / core/lib / MapContextLayerXyz

MapContextLayerXyz

Extends

Properties

attributions?

ts
optional attributions: string;

Inherited from

MapContextBaseLayer.attributions

Defined in

packages/core/lib/model/map-context.ts:21


extras?

ts
optional extras: LayerExtras;

This property can be used to store anything application-specific on layers; as its content may occasionally be serialized to JSON for change detection purposes, it is not recommended to store Functions or other non-serializable entities

Inherited from

MapContextBaseLayer.extras

Defined in

packages/core/lib/model/map-context.ts:17


id?

ts
optional id: string | number;

Inherited from

MapContextBaseLayer.id

Defined in

packages/core/lib/model/map-context.ts:9


label?

ts
optional label: string;

Inherited from

MapContextBaseLayer.label

Defined in

packages/core/lib/model/map-context.ts:20


opacity?

ts
optional opacity: number;

Inherited from

MapContextBaseLayer.opacity

Defined in

packages/core/lib/model/map-context.ts:19


tileFormat?

ts
optional tileFormat: "application/vnd.mapbox-vector-tile";

Defined in

packages/core/lib/model/map-context.ts:67


type

ts
type: "xyz";

Defined in

packages/core/lib/model/map-context.ts:65


url

ts
url: string;

Defined in

packages/core/lib/model/map-context.ts:66


version?

ts
optional version: number;

Inherited from

MapContextBaseLayer.version

Defined in

packages/core/lib/model/map-context.ts:10


visibility?

ts
optional visibility: boolean;

Inherited from

MapContextBaseLayer.visibility

Defined in

packages/core/lib/model/map-context.ts:18