Skip to content

Type Alias: ExpoFpGeoConfig

ExpoFpGeoConfig = object

Defined in: types.ts:620

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

Properties

bearing

bearing: number

Defined in: types.ts:622

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


p0

p0: ExpoFpGeoAnchor

Defined in: types.ts:624

Primary anchor point


p1?

optional p1: ExpoFpGeoAnchor | null

Defined in: types.ts:626

Optional secondary anchor point


p2

p2: ExpoFpGeoAnchor

Defined in: types.ts:628

Tertiary anchor point