class Geocoder::Result::Geoip2

def latitude

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