Skip to content

Commit ff38a2f

Browse files
authored
docs: add link to handwritten samples for google-maps-places (googleapis#13953)
1 parent a937984 commit ff38a2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Samples
2+
=======
3+
4+
See `samples`_ for the :code:`google-maps-places` library.
5+
6+
.. _samples: https://developers.google.com/maps/documentation/places/web-service/client-library-examples
7+
8+
9+
**Important**: When making API calls, you must include the :code:`x-goog-fieldmask` key within the :code:`metadata` argument. This key needs a `Field Mask`_. For an example of this, check out the sample code for `Place Details`_, which shows how to set the `Field Mask`_.
10+
11+
.. _Place Details: https://developers.google.com/maps/documentation/places/web-service/client-library-examples#python_1
12+
.. _Field Mask: https://developers.google.com/maps/documentation/places/web-service/place-details#fieldmask

0 commit comments

Comments
 (0)