@@ -10,33 +10,35 @@ Here is a list of all provider factories and their options.
1010
1111| Service | Options |
1212| ------- | ------- |
13- | ` Bazinga\GeocoderBundle\ProviderFactory\AlgoliaPlaceFactory ` | httplug_client , api_key, app_id
14- | ` Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory ` | httplug_client , source_country
15- | ` Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory ` | httplug_client , api_key
13+ | ` Bazinga\GeocoderBundle\ProviderFactory\AlgoliaPlaceFactory ` | http_client , api_key, app_id
14+ | ` Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory ` | http_client , source_country
15+ | ` Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory ` | http_client , api_key
1616| ` Bazinga\GeocoderBundle\ProviderFactory\ChainFactory ` | services
17- | ` Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory ` | httplug_client , base_url
17+ | ` Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory ` | http_client , base_url
1818| ` Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory ` | provider, database_filename, user_id, license_key, webservice_options, locales, provider_service
1919| ` Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory ` |
20- | ` Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory ` | httplug_client, username
21- | ` Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory ` | httplug_client
22- | ` Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory ` | httplug_client, api_key, region
23- | ` Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory ` | httplug_client, api_key
24- | ` Bazinga\GeocoderBundle\ProviderFactory\HereFactory ` | httplug_client, app_id, app_code, use_cit
25- | ` Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory ` | httplug_client
26- | ` Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory ` | httplug_client
27- | ` Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory ` | httplug_client, api_key, precision
28- | ` Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory ` | httplug_client, api_key
29- | ` Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory ` | httplug_client, api_key
30- | ` Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory ` | httplug_client, api_key, country, mode
31- | ` Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory ` | httplug_client, api_key, licensed
20+ | ` Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory ` | http_client, api_key
21+ | ` Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory ` | http_client, username
22+ | ` Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory ` | http_client
23+ | ` Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory ` | http_client, api_key, region
24+ | ` Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory ` | http_client, api_key
25+ | ` Bazinga\GeocoderBundle\ProviderFactory\HereFactory ` | http_client, app_id, app_code, use_cit
26+ | ` Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory ` | http_client
27+ | ` Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory ` | http_client
28+ | ` Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory ` | http_client, api_key, precision
29+ | ` Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory ` | http_client, api_key
30+ | ` Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory ` | http_client, api_key
31+ | ` Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory ` | http_client, api_key, country, mode
32+ | ` Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory ` | http_client, api_key, licensed
33+ | ` Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory ` | http_client, api_key
3234| ` Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory ` | dat_file, open_flag
33- | ` Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory ` | httplug_client , api_key, endpoint
34- | ` Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory ` | httplug_client , root_url
35- | ` Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory ` | httplug_client , api_key
36- | ` Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory ` | httplug_client , api_key
37- | ` Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory ` | httplug_client , api_key
38- | ` Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory ` | httplug_client , api_key
39- | ` Bazinga\GeocoderBundle\ProviderFactory\YandexFactory ` | httplug_client , toponym
35+ | ` Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory ` | http_client , api_key, endpoint
36+ | ` Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory ` | http_client , root_url
37+ | ` Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory ` | http_client , api_key
38+ | ` Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory ` | http_client , api_key
39+ | ` Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory ` | http_client , api_key
40+ | ` Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory ` | http_client , api_key
41+ | ` Bazinga\GeocoderBundle\ProviderFactory\YandexFactory ` | http_client , toponym
4042
4143### Services
4244
0 commit comments