Struct Coordinates

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll
public readonly struct Coordinates
Inherited Members
Extension Methods

Constructors

Coordinates(double, double)

public Coordinates(double latitude, double longitude)

Parameters

latitude double
longitude double

Properties

Latitude

public double Latitude { get; init; }

Property Value

double

Longitude

public double Longitude { get; init; }

Property Value

double

Methods

GetOpenStreetMapUrl()

Gets the OpenStreetMap URL to show the coordinates on a map.

public string GetOpenStreetMapUrl()

Returns

string

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.