From 0269d33a6b4e7a007cb8203e151f76fe6aada82b Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 27 Jul 2018 10:48:26 -0400 Subject: [PATCH] Update README and test response for Geocoder.ca. --- README_API_GUIDE.md | 4 ++-- test/fixtures/geocoder_ca_madison_square_garden | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README_API_GUIDE.md b/README_API_GUIDE.md index cec0bd09..e9c0c0a8 100644 --- a/README_API_GUIDE.md +++ b/README_API_GUIDE.md @@ -128,10 +128,10 @@ The [Google Places Search API](https://developers.google.com/places/web-service/ * **API key**: none * **Quota**: ? -* **Region**: US and Canada +* **Region**: US, Canada, Mexico * **SSL support**: no * **Languages**: English -* **Documentation**: ? +* **Documentation**: https://geocoder.ca/?premium_api=1 * **Terms of Service**: http://geocoder.ca/?terms=1 * **Limitations**: "Under no circumstances can our data be re-distributed or re-sold by anyone to other parties without our written permission." diff --git a/test/fixtures/geocoder_ca_madison_square_garden b/test/fixtures/geocoder_ca_madison_square_garden index 7592108f..b7bb6b72 100644 --- a/test/fixtures/geocoder_ca_madison_square_garden +++ b/test/fixtures/geocoder_ca_madison_square_garden @@ -1 +1 @@ -test({"longt":"-73.992006","latt":"40.749101"}); +test({ "standard" : { "staddress" : "Madison Square Garden", "stnumber" : "1", "prov" : "NY", "city" : "New York", "confidence" : "0.9" }, "longt" : "-73.994240", "latt" : "40.750050"}); -- GitLab