Skip to content

Documentation / @expofp/floorplan / GeoAnchor

Interface: GeoAnchor ​

Geographic anchor point that ties a floor plan coordinate to a real-world GPS location. Used to georeference the map.

Properties ​

lat ​

ts
lat: number;

Latitude in decimal degrees


lng ​

ts
lng: number;

Longitude in decimal degrees


x ​

ts
x: number;

X coordinate in the floor plan coordinate system


y ​

ts
y: number;

Y coordinate in the floor plan coordinate system