Class

FlightPlanWaypoint

USI.Core

Provider-neutral identity and location of a flight-plan waypoint. Additional provider data remains an implementation detail of USI.

public sealed class FlightPlanWaypoint

Properties

Altitude

public Length? Altitude { get; }

Identifier

public string Identifier { get; }

Index

public int Index { get; }

Kind

public FlightPlanWaypointKind Kind { get; }

Latitude

public Angle? Latitude { get; }

Longitude

public Angle? Longitude { get; }