Class ServerCoordinates
Represents geographic coordinates of a speedtest server.
public sealed record ServerCoordinates : IEquatable<ServerCoordinates>
- Inheritance
-
ServerCoordinates
- Implements
- Inherited Members
Properties
Lat
Gets the latitude of the server location.
[JsonPropertyName("lat")]
public double Lat { get; init; }
Property Value
Lng
Gets the longitude of the server location.
[JsonPropertyName("lng")]
public double Lng { get; init; }