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

Update README with changes to Google's API.

parent 12dded68
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ Street Address Lookups ...@@ -15,9 +15,9 @@ Street Address Lookups
### Google (`:google`) ### Google (`:google`)
* **API key**: optional, but quota is higher if key is used (use of key requires HTTPS so be sure to set: `use_https: true` in `Geocoder.configure`) * **API key**: required
* **Key signup**: https://console.developers.google.com/flows/enableapi?apiid=geocoding_backend&keyType=SERVER_SIDE * **Key signup**: https://developers.google.com/maps/documentation/geocoding/usage-and-billing
* **Quota**: 2,500 requests/24 hrs, 5 requests/second * **Quota**: pay-as-you-go pricing; 50 requests/second
* **Region**: world * **Region**: world
* **SSL support**: yes (required if key is used) * **SSL support**: yes (required if key is used)
* **Languages**: see https://developers.google.com/maps/faq#languagesupport * **Languages**: see https://developers.google.com/maps/faq#languagesupport
...@@ -33,7 +33,7 @@ Street Address Lookups ...@@ -33,7 +33,7 @@ Street Address Lookups
Similar to `:google`, with the following differences: Similar to `:google`, with the following differences:
* **API key**: required, plus client and channel (set `Geocoder.configure(lookup: :google_premier, api_key: [key, client, channel])`) * **API key**: required, plus client and channel (set `Geocoder.configure(lookup: :google_premier, api_key: [key, client, channel])`)
* **Key signup**: https://developers.google.com/maps/documentation/business/ * **Key signup**: https://developers.google.com/maps/premium/
* **Quota**: 100,000 requests/24 hrs, 10 requests/second * **Quota**: 100,000 requests/24 hrs, 10 requests/second
### Google Places Details (`:google_places_details`) ### Google Places Details (`:google_places_details`)
......
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