Skip to content
Snippets Groups Projects
Commit 0943a0c3 authored by Sooraj Balakrishnan's avatar Sooraj Balakrishnan
Browse files

Updated google api URL

parent d639bd65
No related branches found
No related tags found
Loading
...@@ -31,7 +31,7 @@ module Geocoder::Lookup ...@@ -31,7 +31,7 @@ module Geocoder::Lookup
:language => Geocoder::Configuration.language, :language => Geocoder::Configuration.language,
:key => Geocoder::Configuration.api_key :key => Geocoder::Configuration.api_key
} }
"#{protocol}://http://maps.google.com/maps/geo?" + hash_to_query(params) "#{protocol}://maps.googleapis.com/maps/api/geocode/json?" + hash_to_query(params)
end end
end end
end end
......
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