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
Properties
Latitude
public double Latitude { get; init; }
Property Value
Longitude
public double Longitude { get; init; }
Property Value
Methods
GetOpenStreetMapUrl()
Gets the OpenStreetMap URL to show the coordinates on a map.
public string GetOpenStreetMapUrl()
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.