Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / GoogleMapLocationProvider Class / LocationFromIPAddress Method
A string represent an IP Address

In This Topic
    LocationFromIPAddress Method (GoogleMapLocationProvider)
    In This Topic
    Getting Geographical location based on an IP Address
    Syntax
    'Declaration
     
    
    Public Function LocationFromIPAddress( _
       ByVal ipAddress As String _
    ) As GeoLocation
    public GeoLocation LocationFromIPAddress( 
       string ipAddress
    )

    Parameters

    ipAddress
    A string represent an IP Address

    Return Value

    See Also