We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104ab34 commit d39ff32Copy full SHA for d39ff32
1 file changed
googlemaps/places.py
@@ -123,10 +123,9 @@ def find_place(
123
or 'phonenumber'.
124
:type input_type: string
125
126
- :param fields: The fields specifying the types of place data to return,
127
- separated by a comma. For full details see:
+ :param fields: The fields specifying the types of place data to return. For full details see:
128
https://developers.google.com/places/web-service/search#FindPlaceRequests
129
- :type input: list
+ :type fields: list
130
131
:param location_bias: Prefer results in a specified area, by specifying
132
either a radius plus lat/lng, or two lat/lng pairs
0 commit comments