class Geocoder::Lookup::Pickpoint

Public Instance Methods

name() click to toggle source
# File lib/geocoder/lookups/pickpoint.rb, line 6
def name
  "Pickpoint"
end
required_api_key_parts() click to toggle source
# File lib/geocoder/lookups/pickpoint.rb, line 14
def required_api_key_parts
  ["api_key"]
end
supported_protocols() click to toggle source
# File lib/geocoder/lookups/pickpoint.rb, line 10
def supported_protocols
  [:https]
end