Type Alias: CircleInterceptPathInfo
CircleInterceptPathInfo =
object
Defined in: src/sdk/flightplan/FlightPathLegCalculator.ts:573
Information about a geo circle path to intercept.
Properties
circle
circle:
GeoCircle
|undefined
Defined in: src/sdk/flightplan/FlightPathLegCalculator.ts:575
The geo circle defining the path to intercept.
end
end:
LatLonInterface
|undefined
Defined in: src/sdk/flightplan/FlightPathLegCalculator.ts:581
The end of the path to intercept.
start
start:
LatLonInterface
|undefined
Defined in: src/sdk/flightplan/FlightPathLegCalculator.ts:578
The start of the path to intercept.