Get started with client libraries

This page shows how to get started with the client libraries for Places Aggregate API.

Read more about the client libraries in Client Libraries Explained.

Install the client library

Java

For more information, see Setting Up a Java Development Environment.

See Google Places Aggregate API Client for Java for the installation instructions.

Go

go get cloud.google.com/go/maps
For more information, see Setting Up a Go Development Environment.

See Google Places Aggregate API Client for Go for the installation instructions.

Node.js

npm install @googlemaps/areainsights
For more information, see Setting Up a Node.js Development Environment.

For the complete installation instructions, see Google Places Aggregate API Client for Node.js

Python

For more information, see Setting Up a Python Development Environment.

For the complete installation instructions, see Google Places Aggregate API Client for Python

.Net

For more information, see Setting Up a .Net Development Environment.

For the complete installation instructions, see Google Places Aggregate API Client for .Net

Setting 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.

Use the client library

See Client library examples for usage information.

Additional resources