class Geocoder::EastingNorthing

def rad_to_deg(r)

def rad_to_deg(r)
  (r / Math::PI) * 180
end