Class

PlannedLocation

USI.FlightPlanning

Public SDK type.

public sealed class PlannedLocation : IEquatable<PlannedLocation>

Constructors

PlannedLocation

public PlannedLocation(Angle Latitude, Angle Longitude, Length? Elevation)

Properties

Elevation

public Length? Elevation { get; set; }

Latitude

public Angle Latitude { get; set; }

Longitude

public Angle Longitude { get; set; }

Methods

<Clone>$

public PlannedLocation <Clone>$()

Deconstruct

public void Deconstruct(Angle Latitude, Angle Longitude, Length? Elevation)

Equals

public bool Equals(object obj)

Equals

public bool Equals(PlannedLocation other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()