Skip to content

Documentation / @expofp/schema / FpGeoAnchor

Type Alias: FpGeoAnchor ​

ts
type FpGeoAnchor = object;

A plan point pinned to a map coordinate — geo-references the drawing.

Type Declaration ​

lat ​

ts
lat: number;

lng ​

ts
lng: number;

x ​

ts
x: number;

y ​

ts
y: number;