class Geocoder::Result::Maxmind

def coordinates

def coordinates
  [data_hash[:latitude].to_f, data_hash[:longitude].to_f]
end