class Geocoder::Result::Geoip2

def latitude

def latitude
  return 0.0 unless @data['location']
  @data['location']['latitude'].to_f
end