class Geocoder::Lookup::Amap

def revert_coordinates(text)

def revert_coordinates(text)
  [text[1],text[0]].join(",")
end