[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.GeocoderBase.GeoLocateAddress

GeoLocateAddress Method

GeoLocateAddress(string)

Call geocoding service to retrieve the location of an address.

Declaration
protected abstract 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.