spatial-monorepo / core/src / FloorPlanImageLayerProps
Interface: FloorPlanImageLayerProps
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:19
Properties
hidden?
optionalhidden?:boolean
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:29
When true the layer is invisible (visibility: none equivalent).
homography
homography:
Homography
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:25
Row-major 3×3 homography matrix (9 elements).
imageUrl
imageUrl:
string
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:23
URL of the raster floor-plan image.
instanceId
instanceId:
string
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:21
Unique string id — used to build the MapLibre layer id.
opacity?
optionalopacity?:number
Defined in: packages/core/src/components/FloorPlanImageLayer.tsx:27
Layer opacity in [0, 1]. Default 1.
