|  | GeolocationService Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dynamicweb.Analytics.Utilities
 Syntax
SyntaxThe GeolocationService type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Lookup | 
            Performs IP to location lookup.
             | 
|   | LookupBasic | 
            Performs IP to location lookup and returns only the basic information (IP-address, ISP name and country code).
             | 
|   | Ping | 
            Sends a ping request to location service and returns the number of milliseconds that represents a latency.
             | 
|   | ToDataTable(IEnumerableGeolocationInfo) | 
            Converts the given geolocation data to an instance of DataTable. The IP-address will be used as a primary key.
             | 
|   | ToDataTable(IEnumerableGeolocationInfo, Boolean) | 
            Converts the given geolocation data to an instance of DataTable. The IP-address will be used as a primary key.
             | 
 See Also
See Also