Skip to content

Documentation / @expofp/floorplan / GeoConfig

Interface: GeoConfig ​

Geographic configuration of the floor plan: its orientation and the anchor points that map local coordinates to GPS positions.

Properties ​

bearing ​

ts
bearing: number;

Bearing in degrees clockwise from true north; 0 when the map is north-aligned.


p0 ​

ts
p0: GeoAnchor;

Primary anchor point.


p1? ​

ts
optional p1?: GeoAnchor;

Optional secondary anchor point.


p2 ​

ts
p2: GeoAnchor;

Tertiary anchor point.