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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Currently, there are many providers for the following APIs:
32
32
*[Google Maps](http://code.google.com/apis/maps/documentation/geocoding/) as Address-Based geocoding and reverse geocoding provider;
33
33
*[Google Maps for Business](https://developers.google.com/maps/documentation/business/webservices) as Address-Based geocoding and reverse geocoding provider;
34
34
*[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701715.aspx) as Address-Based geocoding and reverse geocoding provider;
35
-
*[OpenStreetMaps](http://nominatim.openstreetmap.org/) as Address-Based geocoding and reverse geocoding provider (based on the Nominatim provider);
35
+
*[OpenStreetMap](http://nominatim.openstreetmap.org/) as Address-Based geocoding and reverse geocoding provider (based on the Nominatim provider);
36
36
*[Nominatim](http://wiki.openstreetmap.org/wiki/Nominatim) as Address-Based geocoding and reverse geocoding provider;
37
37
*[CloudMade](http://developers.cloudmade.com/projects/show/geocoding-http-api) as Address-Based geocoding and reverse geocoding provider;
38
38
*[Geoip](http://php.net/manual/book.geoip.php), the PHP extension, as IP-Based geocoding provider;
@@ -152,9 +152,9 @@ The `BingMapsProvider` named `bing_maps` is able to geocode and reverse geocode
152
152
A valid api key is required.
153
153
154
154
155
-
### OpenStreetMapsProvider ###
155
+
### OpenStreetMapProvider ###
156
156
157
-
The `OpenStreetMapsProvider` named `openstreetmaps` is able to geocode and reverse geocode **street addresses**.
157
+
The `OpenStreetMapProvider` named `openstreetmap` is able to geocode and reverse geocode **street addresses**.
0 commit comments