class Geocoder::Result::Maxmind

def data_hash

def data_hash
  @data_hash ||= Hash[*field_names.zip(@data).flatten]
end