Click or drag to resize

Coordinate Structure

Coordinate structure holding Latitude and Longitude.

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public struct Coordinate

The Coordinate type exposes the following members.

Constructors
  NameDescription
Public methodCoordinate
Creates a new instance of the object
Top
Properties
  NameDescription
Public propertyErrorMessage
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.
Public propertyLatitude
Gets/Sets the Latitude
Public propertyLongitude
Gets/Sets the Longitude
Public propertyStatus
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.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also