@mega-yfue/eufy-sdk / PlacedPlane
Interface: PlacedPlane
What both planes have in common: a grid of a known size, anchored somewhere in the world.
VacuumMapGeometry and VacuumRoomOutline both satisfy this, which is what lets one set of conversions serve both without either knowing about the other.
Properties
height
ts
readonly height: number;origin
ts
readonly origin: MapPoint;Where cell (0, 0) is anchored, in centimetres.
resolution
ts
readonly resolution: number | undefined;Centimetres per cell. undefined when the device omitted it, and then nothing here can convert.
width
ts
readonly width: number;