Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76bccb3

Browse files
committed
add info about multiple/single results into the provider's table
1 parent a1e07fe commit 76bccb3

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ fetching results, dealing with errors, etc.) an are highly configurable.
1919

2020
### Address-based Providers
2121

22-
Provider | Name | Reverse? | SSL? | Coverage | Terms
23-
:------------- |:---- |:-------- |:---- |:-------- |:-----
24-
[ArcGIS Online](https://developers.arcgis.com/en/features/geocoding/) | `arcgis_online` | yes | supported | worldwide | requires API key. 1250 requests free
25-
[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701713.aspx) | `bing_maps` | yes | no | worldwide | requires API key. Limit 10,000 requests per month
26-
Chain | `chain` | | | | meta provider which iterates over a list of providers
27-
[Geonames](http://www.geonames.org/commercial-webservices.html) | `geonames` | yes |no | worldwide | requires registration, no free tier
28-
[Google Maps](https://developers.google.com/maps/documentation/geocoding/) | `google_maps` | yes | supported | worldwide | requires API key. Limit 2500 requests per day
29-
[Google Maps for Business](https://developers.google.com/maps/documentation/business/) | `google_maps_business` | yes | supported | worldwide | requires API key. Limit 100,000 requests per day
30-
[MapQuest](http://developer.mapquest.com/web/products/dev-services/geocoding-ws) | `map_quest` | yes | no | worldwide | both open and [commercial service](http://platform.mapquest.com/geocoding/) require API key
31-
[Nominatim](http://wiki.openstreetmap.org/wiki/Nominatim) | `nominatim` | yes | supported | worldwide | requires a domain name (e.g. local installation)
32-
[OpenCage](http://geocoder.opencagedata.com/) | `opencage` | yes | supported | worldwide | requires API key. 2500 requests/day free
33-
[OpenStreetMap](http://wiki.openstreetmap.org/wiki/Nominatim) | `openstreetmap` | yes | no | worldwide | heavy users (>1q/s) get banned
34-
[TomTom](https://geocoder.tomtom.com/app/view/index) | `tomtom` | yes | required | worldwide | requires API key. First 2500 requests or 30 days free
35-
[Yandex](http://api.yandex.com/maps/) | `yandex` | yes | no | worldwide
22+
Provider | Name | Reverse? | SSL? | Coverage | Multiple? | Terms
23+
:------------- |:---- |:-------- |:---- |:-------- |:--------- |:-----
24+
[ArcGIS Online](https://developers.arcgis.com/en/features/geocoding/) | `arcgis_online` | yes | supported | worldwide | yes | requires API key. 1250 requests free
25+
[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701713.aspx) | `bing_maps` | yes | no | worldwide | yes | requires API key. Limit 10,000 requests per month
26+
Chain | `chain` | | | | | meta provider which iterates over a list of providers
27+
[Geonames](http://www.geonames.org/commercial-webservices.html) | `geonames` | yes |no | worldwide | yes | requires registration, no free tier
28+
[Google Maps](https://developers.google.com/maps/documentation/geocoding/) | `google_maps` | yes | supported | worldwide | yes | requires API key. Limit 2500 requests per day
29+
[Google Maps for Business](https://developers.google.com/maps/documentation/business/) | `google_maps_business` | yes | supported | worldwide | yes | requires API key. Limit 100,000 requests per day
30+
[MapQuest](http://developer.mapquest.com/web/products/dev-services/geocoding-ws) | `map_quest` | yes | no | worldwide | yes | both open and [commercial service](http://platform.mapquest.com/geocoding/) require API key
31+
[Nominatim](http://wiki.openstreetmap.org/wiki/Nominatim) | `nominatim` | yes | supported | worldwide | yes | requires a domain name (e.g. local installation)
32+
[OpenCage](http://geocoder.opencagedata.com/) | `opencage` | yes | supported | worldwide | yes | requires API key. 2500 requests/day free
33+
[OpenStreetMap](http://wiki.openstreetmap.org/wiki/Nominatim) | `openstreetmap` | yes | no | worldwide | yes | heavy users (>1q/s) get banned
34+
[TomTom](https://geocoder.tomtom.com/app/view/index) | `tomtom` | yes | required | worldwide | yes | requires API key. First 2500 requests or 30 days free
35+
[Yandex](http://api.yandex.com/maps/) | `yandex` | yes | no | worldwide | yes
3636

3737
### IP-based Providers
3838

39-
Provider | Name | IPv4? | IPv6? | Terms | Notes
40-
:-------- |:---- |:----- |:----- |:----- |:-----
41-
[FreeGeoIp](http://freegeoip.net/) | `free_geo_ip` | yes | yes
42-
[GeoIPs](http://www.geoips.com/en/) | `geo_ips` | yes | no | requires API key
43-
[GeoIP2](https://www.maxmind.com/en/geoip2-databases) (Maxmind) | `maxmind_geoip2` | yes | yes |
44-
[GeoPlugin](http://www.geoplugin.com/) | `geo_plugin` | yes | yes |
45-
[HostIp](http://www.hostip.info/use.html) | `host_ip` | yes | no
46-
[IpInfoDB](http://ipinfodb.com/) | `ip_info_db` | yes | no | requires API key. | city precision
47-
Geoip | `geoip` | | | | wrapper around the [PHP extension](http://php.net/manual/en/book.geoip.php) which must be installed
48-
[MaxMind](https://www.maxmind.com/) web service | `maxmind` | yes | yes | requires Omni API key | City/ISP/Org and Omni services, IPv6 on country level
49-
MaxMind Binary file | `maxmind_binary` | yes | no | | needs locally installed database files
39+
Provider | Name | IPv4? | IPv6? | Multiple? | Terms | Notes
40+
:-------- |:---- |:----- |:----- |:--------- |:----- |:-----
41+
[FreeGeoIp](http://freegeoip.net/) | `free_geo_ip` | yes | yes | no
42+
[GeoIPs](http://www.geoips.com/en/) | `geo_ips` | yes | no | no | requires API key
43+
[GeoIP2](https://www.maxmind.com/en/geoip2-databases) (Maxmind) | `maxmind_geoip2` | yes | yes | no
44+
[GeoPlugin](http://www.geoplugin.com/) | `geo_plugin` | yes | yes | no
45+
[HostIp](http://www.hostip.info/use.html) | `host_ip` | yes | no | no
46+
[IpInfoDB](http://ipinfodb.com/) | `ip_info_db` | yes | no | no | requires API key | city precision
47+
Geoip | `geoip` | yes | no | no | | wrapper around the [PHP extension](http://php.net/manual/en/book.geoip.php) which must be installed
48+
[MaxMind](https://www.maxmind.com/) web service | `maxmind` | yes | yes | no | requires Omni API key | City/ISP/Org and Omni services, IPv6 on country level
49+
MaxMind Binary file | `maxmind_binary` | yes | no | no | needs locally installed database files
5050

5151
**Important:** the [Geocoder
5252
Extra](https://github.com/geocoder-php/geocoder-extra) library contains even

0 commit comments

Comments
 (0)