Skip to content
Snippets Groups Projects
Commit 7fd63edf authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

Merge pull request #967 from rpocklin/patch-1

Google geocoder results - expose partial_match and place_id fields
parents 233948eb b5741bcd
No related branches found
No related tags found
No related merge requests found
......@@ -120,5 +120,13 @@ module Geocoder::Result
def precision
geometry['location_type'] if geometry
end
def partial_match
@data['partial_match']
end
def place_id
@data['place_id']
end
end
end
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