{% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% set displayName = integration.displayName() %} {% set instructions %} ### Connect to the {name} API 1. Go to the Google Cloud Platform Console. 1. Click the **Select a project** button. Either create a new project, or select an existing one. 1. Select **Credentials** from the left side menu, and click **+ Create Credentials**, selecting **API Key**. 1. From the left side menu, select **Library**. 1. From the list of APIs enable both **Places API** and **Maps JavaScript API**. - If using the **Show Current Location Button** setting for your field, also add **Geocoding API**. {% endset %}