class Geocoder::Result::Here

def address(format = :full)


A string in the given format.
#
def address(format = :full)
  address_data["label"]
end