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