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