module Geocoder
def address(query)
or IP address (string).
Look up the address of the given coordinates ([lat,lon])
#
def address(query) if (results = search(query)).size > 0 results.first.address end end
def address(query) if (results = search(query)).size > 0 results.first.address end end