class Geocoder::Result::Maxmind

def address(format = :full)

def address(format = :full)
  s = state_code.to_s == "" ? "" : ", #{state_code}"
  "#{city}#{s} #{postal_code}, #{country_code}".sub(/^[ ,]*/, "")
end