'宣言 Public Function GetLocation( _ ByVal address As System.String _ ) As LonLat(Of Double)
public LonLat<double> GetLocation( System.string address )
パラメータ
- address
- 場所を特定する住所。
戻り値の型
指定された住所の場所を表す System.Windows.Point。
'宣言 Public Function GetLocation( _ ByVal address As System.String _ ) As LonLat(Of Double)
public LonLat<double> GetLocation( System.string address )