Set up the Places API (New)

European Economic Area (EEA) developers

This document describes the prerequisites for using the Places API (New), how to enable it, and then how to make an authenticated request.

Enable the API

Before you can use Places API (New), you must use the Google Cloud console or the gcloud command to enable it in your Google Cloud project.

To enable the API:

Console

  1. Open the product page in the Google Cloud console:

    Enable the Places API (New)
  2. Click the Enable button.

gcloud

gcloud services enable \
    --project "PROJECT" \
    "places.googleapis.com"

Read more about the Google Cloud SDK , Cloud SDK installation , and the following commands: