Skip to content

Type Alias: ExpoFpGeoConfig

ExpoFpGeoConfig = object

Defined in: types.ts:608

Geographic configuration of a plan: orientation and GPS anchor points.

Properties

bearing

bearing: number

Defined in: types.ts:610

Bearing in degrees clockwise from true north (0 = north aligned)


p0

p0: ExpoFpGeoAnchor

Defined in: types.ts:612

Primary anchor point


p1?

optional p1: ExpoFpGeoAnchor | null

Defined in: types.ts:614

Optional secondary anchor point


p2

p2: ExpoFpGeoAnchor

Defined in: types.ts:616

Tertiary anchor point