Maps for WinForms
Distance メソッド (C1FlexMap)

C1.Win.Map.4.5.2 アセンブリ > C1.FlexMap 名前空間 > C1FlexMap クラス : Distance メソッド
最初の地理座標。
2 番目の地理座標。
2 つの地理座標間の距離(メートル単位)を返します。
シンタックス
'宣言
 
Public Function Distance( _
   ByVal longLat1 As C1.Win.Interop.Point, _
   ByVal longLat2 As C1.Win.Interop.Point _
) As System.Double
public System.double Distance( 
   C1.Win.Interop.Point longLat1,
   C1.Win.Interop.Point longLat2
)

パラメータ

longLat1
最初の地理座標。
longLat2
2 番目の地理座標。

戻り値の型

2 つの地理座標間の距離(メートル単位)。
参照

C1FlexMap クラス
C1FlexMap メンバ