This page shows how to get started with the client libraries for Maps Datasets API.
Read more about the client libraries in Client Libraries Explained.
Install the client library
Node.js
For more information, see Setting Up a Node.js Development Environment.
npm install @googlemaps/maps-platform-datasets
Python
For more information, see Setting Up a Python Development Environment.
pip install --upgrade google-maps-mapsplatformdatasets
Set up authentication
When you use client libraries, you use Application Default Credentials (ADC) to authenticate. For information about setting up ADC, see Provide credentials for Application Default Credentials. For information about using ADC with client libraries, see Authenticate using client libraries.