class Geocoder::Lookup::PostcodeAnywhereUk

Constants

DAILY_LIMIT_EXEEDED_ERROR_CODES

API documentation: www.postcodeanywhere.co.uk/Support/WebService/Geocoding/UK/Geocode/2/

INVALID_API_KEY_ERROR_CODE

Public Instance Methods

name() click to toggle source
# File lib/geocoder/lookups/postcode_anywhere_uk.rb, line 10
def name
  'PostcodeAnywhereUk'
end
required_api_key_parts() click to toggle source
# File lib/geocoder/lookups/postcode_anywhere_uk.rb, line 14
def required_api_key_parts
  %w(key)
end