'OK'
'ZERO_RESULTS'
24 25 26 27 28
# File 'lib/google_maps/api.rb', line 24 def query(service, args = {}) args = args.merge(Google::Maps.default_params[service]) if Google::Maps.default_params[service] url = url(service, args) response(url) end