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