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-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Currently, there are many providers for the following APIs:
29
29
*[FreeGeoIp](http://freegeoip.net/static/index.html) as IP-Based geocoding provider;
30
30
*[HostIp](http://www.hostip.info/) as IP-Based geocoding provider;
31
31
*[IpInfoDB](http://www.ipinfodb.com/) as IP-Based geocoding provider (city precision);
32
-
*[Yahoo! PlaceFinder](http://developer.yahoo.com/geo/placefinder/) as Address-Based geocoding and reverse geocoding provider;
33
32
*[Google Maps](http://code.google.com/apis/maps/documentation/geocoding/) as Address-Based geocoding and reverse geocoding provider;
34
33
*[Google Maps for Business](https://developers.google.com/maps/documentation/business/webservices) as Address-Based geocoding and reverse geocoding provider;
35
34
*[Bing Maps](http://msdn.microsoft.com/en-us/library/ff701715.aspx) as Address-Based geocoding and reverse geocoding provider;
@@ -135,12 +134,6 @@ The `IpInfoDbProvider` named `ip_info_db` is able to geocode **IPv4 addresses**
135
134
A valid api key is required.
136
135
137
136
138
-
### YahooProvider ###
139
-
140
-
The `YahooProvider` named `yahoo` is able to geocode both **IPv4 addresses** and **street addresses**. This provider can also reverse information based on coordinates (latitude, longitude).
141
-
A valid api key is required.
142
-
143
-
144
137
### GoogleMapsProvider ###
145
138
146
139
The `GoogleMapsProvider` named `google_maps` is able to geocode and reverse geocode **street addresses**.
0 commit comments