ParseGeoDistance StructureParse
Represents a distance between two ParseGeoPoints.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public struct ParseGeoDistance

The ParseGeoDistance type exposes the following members.

Constructors

  NameDescription
Public methodParseGeoDistance
Creates a ParseGeoDistance.
Top
Properties

  NameDescription
Public propertyKilometers
Gets the distance in kilometers.
Public propertyMiles
Gets the distance in miles.
Public propertyRadians
Gets the distance in radians.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberFromKilometers
Gets a ParseGeoDistance from a number of kilometers.
Public methodStatic memberFromMiles
Gets a ParseGeoDistance from a number of miles.
Public methodStatic memberFromRadians
Gets a ParseGeoDistance from a number of radians.
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
See Also

Reference