PostionInfo..::..GetDistance Method

到某一目标位置的距离(单位:千米)

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public double GetDistance(
	OAuth..::..PostionInfo ToPostion
)
Public Function GetDistance ( _
	ToPostion As OAuth..::..PostionInfo _
) As Double
public:
double^ GetDistance(
	OAuth..::..PostionInfo^ ToPostion
)

Parameters

ToPostion
Type: PDSS.CivetPublic.User..::..OAuth..::..PostionInfo
目标位置

Return Value

距离值