ParseGeoDistanceFromRadians Method Parse
Gets a ParseGeoDistance from a number of radians.

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

public static ParseGeoDistance FromRadians(
	double radians
)

Parameters

radians
Type: SystemDouble
The number of radians.

Return Value

Type: ParseGeoDistance
A ParseGeoDistance for the given number of radians.
See Also

Reference