New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see
New map style for Google Maps Platform .
Send feedback
The Maps Embed API overview
Stay organized with collections
Save and categorize content based on your preferences.
Place an interactive map or Street View panorama on your web page with
Maps Embed API. Use a simple HTTP request; no JavaScript required.
Note: Street View imagery comes
from two sources : Google (non-public developer-controlled imagery), and the public
(UGC, or public user-generated content). Note that there is no way to use only one source of Street
View imagery over the other. Learn more about our
Street view imagery privacy policy .
You can set the Maps Embed API URL as the src
attribute of an
iframe. When configuring a src
property, the required q
parameter can support a URL-escaped place name, address, plus code, or Place ID :
<iframe
width="600"
height="450"
style="border:0"
loading="lazy"
allowfullscreen
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed/v1/place?key=API_KEY
&q=Space+Needle,Seattle+WA">
</iframe>
Note: All Maps Embed API requests are available at no charge with
unlimited usage. For more information, see Usage and Billing .
Getting started
Use an automatic iframe generator to embed a map into your webpage:
Go to Quickstart
Start developing with the Maps Embed API by setting up your
Google Cloud project:
Set up in Cloud Console
For an index of all the possible parameters for the Maps Embed API request, see the Embedding a map guide:
Go to Embedding a map
Send feedback
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 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-01 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 2024-10-01 UTC."]]