Table of Contents

Struct Coordinates

Namespace
Cryville.EEW.Features
Assembly
Cryville.EEW.Features.dll
The fundamental geometry construct.
public record struct Coordinates : IEquatable<Coordinates>
Implements
Inherited Members

Constructors

Coordinates(double, double)

The fundamental geometry construct.
public Coordinates(double Longitude, double Latitude)

Parameters

Longitude double
The longitude in degrees.
Latitude double
The latitude in degrees.

Properties

Latitude

The latitude in degrees.
public double Latitude { readonly get; set; }

Property Value

double

Longitude

The longitude in degrees.
public double Longitude { readonly get; set; }

Property Value

double