Skip to content

Commit

Permalink
docs: add versionadded for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Apr 10, 2021
1 parent fb50b1a commit 222cb2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions geopy/geocoders/geocodio.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Geocodio(Geocoder):
Pricing details:
https://www.geocod.io/pricing/
.. versionadded:: 2.2
"""

structured_query_params = {
Expand Down
2 changes: 2 additions & 0 deletions geopy/geocoders/here.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ class HereV7(Geocoder):
Terms of Service at:
https://legal.here.com/en-gb/terms
.. versionadded:: 2.2
"""

structured_query_params = {
Expand Down
2 changes: 2 additions & 0 deletions geopy/geocoders/opencage.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def geocode(
Set to False if you don't need it to gain a little performance
win.
.. versionadded:: 2.2
:param bool exactly_one: Return one result or a list of results, if
available.
Expand Down
2 changes: 2 additions & 0 deletions geopy/geocoders/photon.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def geocode(
:param bbox: The bounding box of the viewport within which
to bias geocode results more prominently.
Example: ``[Point(22, 180), Point(-22, -180)]``.
.. versionadded:: 2.2
:type bbox: list or tuple of 2 items of :class:`geopy.point.Point` or
``(latitude, longitude)`` or ``"%(latitude)s, %(longitude)s"``.
Expand Down

0 comments on commit 222cb2b

Please sign in to comment.