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

Don't require client and channel

for Google Premier. No longer required, according to this page:
https://developers.google.com/maps/premium/overview

Fixes #1268
parent 88b029ef
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ module Geocoder::Lookup ...@@ -11,7 +11,7 @@ module Geocoder::Lookup
end end
def required_api_key_parts def required_api_key_parts
["private key", "client", "channel"] ["private key"]
end end
def query_url(query) def query_url(query)
......
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