Setup in the Cloud Console
Stay organized with collections
Save and categorize content based on your preferences.
Create a project
To use Google Maps Platform, you must have a project to manage services,
credentials, billing, APIs, and SDKs. For the Data Driven Styling for Datasets
functionality, you may use an existing project or create a new one.
To create a Cloud project:
Console
-
Create a new Google Cloud project in the Cloud Console:
Create new project
-
On the New Project page, fill in the your Project Name, Project ID, Billing Account, and Location.
Select Create.
Enable the API on your test GCP Project
Make sure you are in your test GCP project. Browse to the Cloud shell and
run the following command to enable the Maps Datasets API.
gcloud services enable mapsplatformdatasets.googleapis.com
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-07 UTC."],[[["To use Google Maps Platform, you need a project to manage services, credentials, billing, and APIs; you can use an existing project or create a new one for Data Driven Styling."],["Creating a new Google Cloud project involves providing a project name, ID, billing account, and location in the Cloud Console or using the `gcloud projects create` command."],["After project creation, enable the Maps Datasets API on your project using the `gcloud services enable mapsplatformdatasets.googleapis.com` command in Cloud Shell."]]],["A Google Cloud project is necessary for managing Google Maps Platform services. To create one, use the Cloud Console or the `gcloud` command-line tool. In the console, navigate to \"Create new project,\" then fill out the Project Name, ID, Billing Account, and Location before selecting \"Create\". Using `gcloud`, execute `gcloud projects create \"PROJECT\"`. Once the project is set up, enable the Maps Datasets API with the command: `gcloud services enable mapsplatformdatasets.googleapis.com`.\n"]]