The LatLong type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| LatLong |
Initializes a new instance of the LatLong struct
|
Methods
| Name | Description | |
|---|---|---|
| DistanceMeters |
Calculates the distance between the current latlong and the supplied latlong.
Uses Haversine formula from http://mathforum.org/library/drmath/view/51879.html
| |
| Equals |
determines if this instance is the same as the supplied instance
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Gets a hash code for this object
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Determines if two latlongs refer to the same location
| |
| Inequality |
Determines if two latlongs are NOT the same location
|
Properties
| Name | Description | |
|---|---|---|
| Latitude |
Gets or sets latitude of this location
| |
| Longitude |
Gets or sets the longitude of this location
|
See Also