Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/google-maps-places/samples/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Samples
=======

See `samples`_ for the :code:`google-maps-places` library.

.. _samples: https://developers.google.com/maps/documentation/places/web-service/client-library-examples


**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`_.

.. _Place Details: https://developers.google.com/maps/documentation/places/web-service/client-library-examples#python_1
.. _Field Mask: https://developers.google.com/maps/documentation/places/web-service/place-details#fieldmask
Loading