GeoPoint Members
In This Article
#Constructors
Name | Description |
---|---|
Geo |
Initializes a new instance of the Geo |
Geo |
Initializes a new instance of the Geo |
#Properties
Name | Description |
---|---|
Empty static |
Returns a Geo |
Latitude | Gets or sets a latitude value for the current geographical coordinate. |
Longitude | Gets or sets a longitude value for the current geographical coordinate. |
#Methods
Name | Description |
---|---|
Compare |
Inherited from Coord |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the two specified Coord |
Get |
Gets the hash code (a number) that corresponds to the value of the current Coord |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the value of the X coordinate.
Inherited from Coord |
Get |
Returns the value of the Y coordinate.
Inherited from Coord |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Normalize |
Normalizes the specified geographical point’s coordinates. |
Offset |
Initializes an instance of a Coord |
Parse |
Converts the string representation of a geographical point to its Geo |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the Coord |
To |
Returns the textual representation of Geo |
See Also