Type Alias: ExpoFpGeoConfig
ExpoFpGeoConfig =
object
Defined in: types.ts:628
Geographic configuration of a plan: orientation and GPS anchor points.
Properties
bearing
bearing:
number
Defined in: types.ts:630
Bearing in degrees clockwise from true north (0 = north aligned)
p0
p0:
ExpoFpGeoAnchor
Defined in: types.ts:632
Primary anchor point
p1?
optionalp1:ExpoFpGeoAnchor|null
Defined in: types.ts:634
Optional secondary anchor point
p2
p2:
ExpoFpGeoAnchor
Defined in: types.ts:636
Tertiary anchor point