module Geocoder::Calculations

def km_in_nm


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