Skip to content
Snippets Groups Projects
Commit 52ac426e authored by Alex Shenia's avatar Alex Shenia Committed by Thu Trang Pham
Browse files

Update here.rb (#1167)

parent 118ecfe7
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,14 @@ module Geocoder::Result
fail unless d = @data['Location']['DisplayPosition']
[d['Latitude'].to_f, d['Longitude'].to_f]
end
def route
address_data['Street']
end
def street_number
address_data['HouseNumber']
end
def state
address_data['County']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment