geospatial-sdk / core/lib / MapContextLayerMapLibreStyle
MapContextLayerMapLibreStyle
Extends
Properties
accessToken?
ts
optional accessToken: string;Defined in
packages/core/lib/model/map-context.ts:61
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
Defined in
packages/core/lib/model/map-context.ts:17
id?
ts
optional id: string | number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:9
label?
ts
optional label: string;Inherited from
Defined in
packages/core/lib/model/map-context.ts:20
opacity?
ts
optional opacity: number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:19
styleUrl
ts
styleUrl: string;Defined in
packages/core/lib/model/map-context.ts:60
type
ts
type: "maplibre-style";Defined in
packages/core/lib/model/map-context.ts:59
version?
ts
optional version: number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:10
visibility?
ts
optional visibility: boolean;Inherited from
MapContextBaseLayer.visibility