API Reference
Class
Geo
Geo payload.
Inheritance
- Object
- Geo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Geo.<Clone>$
Constructors
public Geo(Double Latitude, Double Longitude, Nullable<Double> Altitude) #Geo payload.
Parameters
- Latitude System.Double
- Longitude System.Double
- Altitude System.Nullable{System.Double}
Methods
public Geo <Clone>$() #Returns:
Geopublic Void Deconstruct(out Double Latitude, out Double Longitude, out Nullable<Double> Altitude) #Returns:
VoidParameters
- Latitude Double
- Longitude Double
- Altitude Nullable<Double>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String