[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.GeocoderBing.GeoLocateAddress

GeoLocateAddress Method

GeoLocateAddress(string)

Call Bing to geocode an address.

Declaration
protected override LonLat<double> GeoLocateAddress(string address)
Parameters
Type Name Description
string address

Address to geocode.

Returns
Type Description
LonLat<double>

A point where the X and Y values represent the Longitude and Latitude of the given address.

If the address cannot be located, the point returned has X and Y values set to double.NaN.

Overrides