Set up the Geocoding API

European Economic Area (EEA) developers

This document describes the steps needed to start using the Geocoding API.

Enable the API

Before you can use Geocoding API, 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 Geocoding API
  2. Click the Enable button.

gcloud

gcloud services enable \
    --project "PROJECT" \
    "geocoding-backend.googleapis.com"

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