Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / GeocoderBase Class / GeoLocateAddress Method
Address to geocode.

In This Topic
    GeoLocateAddress Method (GeocoderBase)
    In This Topic
    Call geocoding service to retrieve the location of an address.
    Syntax
    'Declaration
     
    Protected MustOverride Function GeoLocateAddress( _
       ByVal address As String _
    ) As LonLat(Of Double)
    protected abstract LonLat<double> GeoLocateAddress( 
       string address
    )

    Parameters

    address
    Address to geocode.

    Return Value

    A System.Windows.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.

    See Also