class Geocoder::Result::Ipregistry

def coordinates

def coordinates
  [@data['location_latitude'], @data['location_longitude']]
end