Documentation / @expofp/schema / CurrentPosition
Type Alias: CurrentPosition
ts
type CurrentPosition = object;The selectCurrentPosition point — see CurrentPositionSchema.
Type Declaration
angle?
ts
optional angle?: number;Heading in degrees.
lat?
ts
optional lat?: number;GPS latitude (with lng, an alternative fix to x/y).
lng?
ts
optional lng?: number;GPS longitude.
x
ts
x: number;Plan x coordinate.
y
ts
y: number;Plan y coordinate.
z?
ts
optional z?: string | number;Floor: level name or index.