Method: AddressFinder.location_info

Defined in:
lib/addressfinder.rb

.location_info(args = {}) ⇒ Object



72
73
74
# File 'lib/addressfinder.rb', line 72

def location_info(args = {})
  AddressFinder::LocationInfo.new(params: args, http: AddressFinder::HTTP.new(configuration)).perform.result
end