Table of Contents

Class ServerCoordinates

Namespace
TorBoxSDK.Models.General
Assembly
TorBoxSDK.dll

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

double

Lng

Gets the longitude of the server location.

[JsonPropertyName("lng")]
public double Lng { get; init; }

Property Value

double