class Geocoder::Lookup::Yandex

Public Instance Methods

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