ModelMapLayerProps Interface
JSON representation of a ModelMapLayerSettings.
@see MapImagerySettings.
Extends
Properties
Name | Type | Description | |
---|---|---|---|
modelId | string | The Id of the GeometricModel containing the geometry to be drawn by the layer. |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
name | string | CommonMapLayerProps | A user-friendly name for the layer. |
transparency | number | undefined | CommonMapLayerProps | A transparency value from 0.0 (fully opaque) to 1.0 (fully transparent) to apply to map graphics when drawing, |
transparentBackground | boolean | undefined | CommonMapLayerProps | True to indicate background is transparent. |
visible | boolean | undefined | CommonMapLayerProps | Controls visibility of layer. |
Defined in
- core/common/src/MapLayerSettings.ts Line 179
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.