[]
A provider help to detect the visitor location.
public interface ILocationProvider
| Name | Description |
|---|---|
| LocationFromIPAddress(string) | Getting Geographical location based on an IP Address |
| LocationFromLatlng(double, double) | Getting Geographical location based on latitude and longitude point. |
| Type() | Get location provider type |