Table of Contents

Struct Coordinates

Namespace
Arinc424
Assembly
Arinc424.dll

Various latitudes and longitudes according to the specification.

public readonly struct Coordinates

Remarks

See section 5.36, 5.37, 5.267, 5.268.

Constructors

Coordinates(double, double)

Various latitudes and longitudes according to the specification.

public Coordinates(double latitude, double longitude)

Parameters

latitude double
longitude double

Remarks

See section 5.36, 5.37, 5.267, 5.268.

Properties

Latitude

Latitude (LATITUDE) or High Precision Latitude (HPLAT) field.

public double Latitude { get; }

Property Value

double

Remarks

See section 5.36 or 5.267.

Longitude

Longitude (LONGITUDE) or High Precision Longitude (HPLONG) field.

public double Longitude { get; }

Property Value

double

Remarks

See section 5.37 or 5.268.