class Geocoder::Result::Base

def address(format = :full)


A string in the given format.
#
def address(format = :full)
  fail
end