You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
[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)
[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
[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
50
50
51
51
**Important:** the [Geocoder
52
52
Extra](https://github.com/geocoder-php/geocoder-extra) library contains even
0 commit comments