Class: Geocoder::Lookup::GooglePlacesDetails
- Inherits:
-
Google
- Object
- Base
- Google
- Geocoder::Lookup::GooglePlacesDetails
show all
- Defined in:
- lib/geocoder/lookups/google_places_details.rb
Instance Method Summary
collapse
Methods inherited from Google
#map_link_url
Methods inherited from Base
#cache, #handle, #initialize, #map_link_url, #query_url, #search
Instance Method Details
#name ⇒ Object
7
8
9
|
# File 'lib/geocoder/lookups/google_places_details.rb', line 7
def name
"Google Places Details"
end
|
#required_api_key_parts ⇒ Object
11
12
13
|
# File 'lib/geocoder/lookups/google_places_details.rb', line 11
def required_api_key_parts
["key"]
end
|
#supported_protocols ⇒ Object
15
16
17
|
# File 'lib/geocoder/lookups/google_places_details.rb', line 15
def supported_protocols
[:https]
end
|