Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / GeocoderGoogleOld Class / GetLocation Method
Address to be located.

In This Topic
    GetLocation Method (GeocoderGoogleOld)
    In This Topic
    Gets the location of a given object.
    Syntax
    'Declaration
     
    Public Function GetLocation( _
       ByVal address As String _
    ) As LonLat(Of Double)
    public LonLat<double> GetLocation( 
       string address
    )

    Parameters

    address
    Address to be located.

    Return Value

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