Reports for WPF
GetLocation メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > GeocoderBase クラス : GetLocation メソッド
Address to be located.
Gets the location of a given object.
シンタックス
'宣言
 
Public Function GetLocation( _
   ByVal address As System.String _
) As LonLat(Of Double)
public LonLat<double> GetLocation( 
   System.string address
)

パラメータ

address
Address to be located.

戻り値の型

A System.Windows.Point that represents the location of the given address.
解説
The X and Y values of the point returned represent the longitude and latitude of the address.
参照

GeocoderBase クラス
GeocoderBase メンバ