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