[]
A location provider help to detect the Visitor Location using Google MAP API.
public class GoogleMapLocationProvider : ILocationProvider
| Name | Description |
|---|---|
| GoogleMapLocationProvider(string) | Default constructor. |
| Name | Description |
|---|---|
| ApiKey | An API Key to working with Google MAP API. |
| 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 |