2 つの地理座標間の距離(メートル単位)を返します。
シンタックス
'宣言
Public Shared Function Distance( _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point _
) As System.Double
public static System.double Distance(
System.Windows.Point ,
System.Windows.Point
)
パラメータ
- longLat1
- 最初の地理座標。
- longLat2
- 2 番目の地理座標。
戻り値の型
2 つの地理座標間の距離(メートル単位)。
参照