Ip2LocationProvider Class Members
In This Topic
The following tables list the members exposed by Ip2LocationProvider.
Public Constructors
Public Methods
| Name | Description |
| LocationFromIPAddress | Getting geographical location from an IP Address. It will automatically detect the given IP Address is IPv4 or IPv6. If the given IP is in localhost, there's no location can be found. |
| LocationFromIPV4Number | Getting geographical location from an IPv4 number. |
| LocationFromIPV6Number | Getting geographical location from an IPv6 number. |
| LocationFromLatlng | Getting geographical localtion from latitude and longitude point. |
| Type | Get location provider type |
Top
See Also