module Geocoder::Calculations

def km_in_mi


Conversion factor: km to mi.
#
def km_in_mi
  Geocoder.log(:warn, "DEPRECATION WARNING: Geocoder::Calculations.km_in_mi is deprecated and will be removed in Geocoder 1.5.0. Please use the constant KM_IN_MI instead.")
  KM_IN_MI
end