Method: AddressFinder.location_search
- Defined in:
- lib/addressfinder.rb
.location_search(args = {}) ⇒ Object
68 69 70 |
# File 'lib/addressfinder.rb', line 68 def location_search(args = {}) AddressFinder::LocationSearch.new(params: args, http: AddressFinder::HTTP.new(configuration)).perform.results end |