[]
A Builder help to create VisitorConfig object.
public interface IVisitorConfigBuilder
| Name | Description |
|---|---|
| UseCustomLocationProvider(ILocationProvider) | Using Visitor Web API with a custom location provider. |
| UseGoogleMapLocation(string) | Setup Visitor Web API using Google Map API. |
| UseIp2Location(string) | Setup Visitor Web API using IP2Location database. |
| UseWithoutLocationProvider() | A Default configuration to use Visitor API without geolocation detector. |