class Geocoder::Lookup::Yandex
Public Instance Methods
map_link_url(coordinates)
click to toggle source
# File lib/geocoder/lookups/yandex.rb, line 11 def map_link_url(coordinates) "http://maps.yandex.ru/?ll=#{coordinates.reverse.join(',')}" end
name()
click to toggle source
# File lib/geocoder/lookups/yandex.rb, line 7 def name "Yandex" end
supported_protocols()
click to toggle source
# File lib/geocoder/lookups/yandex.rb, line 15 def supported_protocols [:https] end