[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.GeocoderBase.GetLocation

GetLocation Method

GetLocation(string)

Gets the location of a given object.

Declaration
public LonLat<double> GetLocation(string address)
Parameters
Type Name Description
string address

Address to be located.

Returns
Type Description
LonLat<double>

A point that represents the location of the given address.

Remarks

The X and Y values of the point returned represent the longitude and latitude of the address.