户型图坐标,坐标原点时户型图中心点,单位是户型图单位

interface FloorplanServerPosition {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number
y: number