From 46823acc8979ddf4e8c14c41875038558ba6db3a Mon Sep 17 00:00:00 2001 From: George Lee <mclee@foolme.net> Date: Sat, 16 Nov 2013 22:52:12 +0800 Subject: [PATCH] add baidu API documentation to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c4c4431d..49d8f6a3 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,17 @@ Data Science Toolkit provides an API whose reponse format is like Google's but w * **Limitations**: ? * **Notes**: You must specify which MaxMind service you are using in your configuration. For example: `Geocoder.configure(:maxmind => {:service => :omni})`. +#### Baidu (`:baidu`) + +* **API key**: required +* **Quota**: No quota limits for geocoding +* **Region**: China +* **SSL support**: no +* **Languages**: Chinese (Simplified) +* **Documentation**: http://developer.baidu.com/map/webservice-geocoding.htm +* **Terms of Service**: http://developer.baidu.com/map/law.htm +* **Limitations**: Only good for non-commercial use. For commercial usage please check http://developer.baidu.com/map/question.htm#qa0013 +* **Notes**: To use Baidu set `Geocoder.configure(:lookup => :baidu, :api_key => "your_api_key")`. Caching ------- -- GitLab