gmp
Google Maps Platform
Business AppsGCP
General
General information about the service.
Description
Google Maps Platform provides APIs and SDKs for embedding maps, routes, and places functionality into applications. It includes Maps, Routes, and Places APIs with global coverage.
Service ID
maps-backend.googleapis.comReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
gmp-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project_service" "maps" {2 project = var.project_id3 service = "maps-backend.googleapis.com"4}56resource "google_apikeys_key" "maps_key" {7 name = "gmp-${var.workload}-${var.environment}"8 display_name = "Maps API Key"9 restrictions {10 api_targets {11 service = "maps-backend.googleapis.com"12 }13 }14}
Utilities
Utilities to support app deployment or configuration.