Skip to content

Commit

Permalink
Nominatim docs: better describe what is returned in addressdetails (#429
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matkoniecz committed Jul 15, 2020
1 parent 7e276b4 commit 24b9226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geopy/geocoders/nominatim.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ def geocode(
Unless exactly_one is set to False, limit will always be 1.
:param bool addressdetails: If you want in *Location.raw* to include
addressdetails such as city_district, etc set it to True
address details such as house_number, city_district, postcode, etc
(in a structured form) set it to True
:param str language: Preferred language in which to return results.
Either uses standard
Expand Down

0 comments on commit 24b9226

Please sign in to comment.