Coordinate Structure |
Namespace: NetQuarry.GoogleGeocoder
The Coordinate type exposes the following members.
Name | Description | |
---|---|---|
Coordinate |
Creates a new instance of the object
|
Name | Description | |
---|---|---|
ErrorMessage |
The error message, if any, received in attempting to geocode an address using GetCoordinates(String)
or GetCoordinates(String) directly. Typically his will be set when Status
is other than OK or empty.
| |
Latitude |
Gets/Sets the Latitude
| |
Longitude |
Gets/Sets the Longitude
| |
Status |
The status received in attempting to geocode an address using GetCoordinates(String)
or GetCoordinates(String) directly. If successful this will be OK
For any other non-empty value see ErrorMessage for additional information.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |