Skip to content
Snippets Groups Projects
Commit 9f78450e authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #715 from sethherr/master

Document google free API requiring https
parents 6d0950d1 ae616a81
No related branches found
No related tags found
No related merge requests found
...@@ -384,7 +384,7 @@ The following is a comparison of the supported geocoding APIs. The "Limitations" ...@@ -384,7 +384,7 @@ The following is a comparison of the supported geocoding APIs. The "Limitations"
#### Google (`:google`, `:google_premier`) #### Google (`:google`, `:google_premier`)
* **API key**: required for Premier, optional for the free service * **API key**: required for Premier, optional for the free service (if using the free service with API key, https is required. Add `:use_https => true` to `Geocoder.configure`)
* **Key signup**: https://developers.google.com/maps/documentation/business/ * **Key signup**: https://developers.google.com/maps/documentation/business/
* **Quota**: 2,500 requests/day, 100,000 with Google Maps API Premier * **Quota**: 2,500 requests/day, 100,000 with Google Maps API Premier
* **Region**: world * **Region**: world
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment