Class: Geocoder::Lookup::Geoapify
- Inherits:
-
Base
- Object
- Base
- Geocoder::Lookup::Geoapify
show all
- Defined in:
- lib/geocoder/lookups/geoapify.rb
Overview
Instance Method Summary
collapse
Methods inherited from Base
#cache, #handle, #initialize, #map_link_url, #query_url, #search
Instance Method Details
#name ⇒ Object
10
11
12
|
# File 'lib/geocoder/lookups/geoapify.rb', line 10
def name
'Geoapify'
end
|
#required_api_key_parts ⇒ Object
14
15
16
|
# File 'lib/geocoder/lookups/geoapify.rb', line 14
def required_api_key_parts
['api_key']
end
|
#supported_protocols ⇒ Object
18
19
20
|
# File 'lib/geocoder/lookups/geoapify.rb', line 18
def supported_protocols
[:https]
end
|