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
@@ -42,7 +43,8 @@ Currently, there are many providers for the following APIs:
42
43
*[Google Maps](http://code.google.com/apis/maps/documentation/geocoding/) as Address-Based geocoding and reverse geocoding provider;
43
44
*[Google Maps for Business](https://developers.google.com/maps/documentation/business/webservices) as Address-Based geocoding and reverse geocoding provider;
44
45
*[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701715.aspx) as Address-Based geocoding and reverse geocoding provider;
45
-
*[OpenStreetMap](http://nominatim.openstreetmap.org/) as Address-Based geocoding and reverse geocoding provider;
46
+
*[OpenStreetMap](http://nominatim.openstreetmap.org/) as Address-Based geocoding and reverse geocoding provider (based on the Nominatim provider);
47
+
*[Nominatim](http://wiki.openstreetmap.org/wiki/Nominatim) as Address-Based geocoding and reverse geocoding provider;
46
48
*[CloudMade](http://developers.cloudmade.com/projects/show/geocoding-http-api) as Address-Based geocoding and reverse geocoding provider;
47
49
*[Geoip](http://php.net/manual/book.geoip.php), the PHP extension, as IP-Based geocoding provider;
48
50
* ChainProvider is a special provider that takes a list of providers and iterates
@@ -64,6 +66,9 @@ Currently, there are many providers for the following APIs:
64
66
*[TomTom](http://developer.tomtom.com/docs/read/Geocoding) as Address-Based geocoding and reverse geocoding provider;
65
67
*[ArcGIS Online](http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/) as Address-Based geocoding and reverse geocoding provider.
66
68
69
+
The [Geocoder Extra](https://github.com/geocoder-php/geocoder-extra) library contains even more providers!
70
+
71
+
67
72
Installation
68
73
------------
69
74
@@ -85,8 +90,8 @@ page to choose a stable version to use, avoid the `@stable` meta constraint.
0 commit comments