class Geocoder::Result::Geoip2

def longitude

def longitude
  data.fetch('location', {}).fetch('longitude', 0.0)
end