class Geocoder::Lookup::Twogis

def map_link_url(coordinates)

def map_link_url(coordinates)
  "https://2gis.ru/?m=#{coordinates.join(',')}"
end