Class: Heremaps::Geocoder::Landmark
- Defined in:
- lib/heremaps/resources/geocoder/landmark.rb
Constant Summary collapse
- SERVICE =
"geocoder".freeze
- PATH =
"/6.2/".freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Landmark
constructor
A new instance of Landmark.
Methods inherited from Base
get, #get, #prepare_the_request, #request_url, #response_to_missing?
Constructor Details
#initialize ⇒ Landmark
Returns a new instance of Landmark.
7 8 9 10 11 |
# File 'lib/heremaps/resources/geocoder/landmark.rb', line 7 def initialize @service = SERVICE @path = PATH @method_name = "search".freeze # getroute as default method. end |