WeatherLocation
USI.Weather
Public SDK type.
public sealed class WeatherLocation : IEquatable<WeatherLocation>Constructors
WeatherLocation
public WeatherLocation(Angle Latitude, Angle Longitude, Length? Elevation = null)Properties
Elevation
public Length? Elevation { get; set; }Latitude
public Angle Latitude { get; set; }Longitude
public Angle Longitude { get; set; }Methods
<Clone>$
public WeatherLocation <Clone>$()Deconstruct
public void Deconstruct(Angle Latitude, Angle Longitude, Length? Elevation)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherLocation other)GetHashCode
public int GetHashCode()ToString
public string ToString()