Documentation / @expofp/schema / Camera
Interface: Camera
Extends
output<typeofCameraSchema>
Properties
bearing?
ts
optional bearing?: number;Map rotation in degrees (0–360).
Inherited from
ts
z.infer.bearingfloor?
ts
optional floor?: string;Floor name to activate.
Inherited from
ts
z.infer.floorlat?
ts
optional lat?: number;Center, GPS latitude (paired with lng).
Inherited from
ts
z.infer.latlng?
ts
optional lng?: number;Center, GPS longitude (paired with lat).
Inherited from
ts
z.infer.lngx?
ts
optional x?: number;Center, floor-plan projected coordinates (paired with y).
Inherited from
ts
z.infer.xy?
ts
optional y?: number;Center, floor-plan projected coordinates (paired with x).
Inherited from
ts
z.infer.yzoomTime?
ts
optional zoomTime?: number;Camera movement animation duration in milliseconds.
Inherited from
ts
z.infer.zoomTime