[]
        
(Showing Draft Content)

C1.Web.Api.Visitor.Providers.GoogleMapLocationProvider.LocationFromIPAddress

LocationFromIPAddress Method

LocationFromIPAddress(string)

Getting Geographical location based on an IP Address

Declaration
public GeoLocation LocationFromIPAddress(string ipAddress)
Parameters
Type Name Description
string ipAddress

A string represent an IP Address

Returns
Type Description
GeoLocation

GeoLocation

Implements