Represents a distance between two ParseGeoPoints.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseGeoDistance type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ParseGeoDistance |
Creates a ParseGeoDistance.
|
Properties
| Name | Description | |
|---|---|---|
| Kilometers |
Gets the distance in kilometers.
| |
| Miles |
Gets the distance in miles.
| |
| Radians |
Gets the distance in radians.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| FromKilometers |
Gets a ParseGeoDistance from a number of kilometers.
| |
| FromMiles |
Gets a ParseGeoDistance from a number of miles.
| |
| FromRadians |
Gets a ParseGeoDistance from a number of radians.
| |
| 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.) |
See Also