Class UserGeoLocation
Inheritance
UserGeoLocation
Syntax
[Serializable]
public class UserGeoLocation
Constructors
UserGeoLocation()
Declaration
UserGeoLocation(GeographicCoordinate, String)
Declaration
public UserGeoLocation(GeographicCoordinate location, string name)
Parameters
Fields
NullIsland
Declaration
public static readonly UserGeoLocation NullIsland
Field Value
Properties
Location
Declaration
public GeographicCoordinate Location { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides