Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Ajoutez une carte interactive ou un panorama Street View à votre page Web avec l'API Maps Embed. Utilisez une requête HTTP simple. Aucun code JavaScript n'est requis.
Vous pouvez définir l'URL de l'API Maps Embed comme attribut src d'un iframe. Lorsque vous configurez une propriété src, le paramètre q requis peut accepter un nom de lieu, une adresse, un plus code ou un identifiant de lieu encodés au format URL :
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/27 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/08/27 (UTC)."],[[["\u003cp\u003eEasily embed interactive maps and Street View panoramas on your web page using the Maps Embed API with a simple HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eConfigure the \u003ccode\u003esrc\u003c/code\u003e attribute of an iframe with a URL containing parameters like place name, address, or Place ID to specify the map location.\u003c/p\u003e\n"],["\u003cp\u003eThe Maps Embed API is free to use with unlimited usage, offering a quick and straightforward way to integrate Google Maps content.\u003c/p\u003e\n"],["\u003cp\u003eGet started quickly with an iframe generator, set up your Google Cloud project for development, or explore detailed documentation on embedding maps.\u003c/p\u003e\n"]]],[],null,["# The Maps Embed API overview\n\nPlace an interactive map or Street View panorama on your web page with\nMaps Embed API. Use a simple HTTP request; no JavaScript required.\n| **Note:** Street View imagery [comes\n| from two sources](https://www.google.com/streetview/): 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](https://www.google.com/streetview/privacy/).\n\nYou can set the Maps Embed API URL as the `src` attribute of an\niframe. When configuring a `src` property, the required `q` parameter can support a URL-escaped place name, address, plus code, or [Place ID](/maps/documentation/places/web-service): \n\n```html\n\u003ciframe\n width=\"600\"\n height=\"450\"\n style=\"border:0\"\n loading=\"lazy\"\n allowfullscreen\n referrerpolicy=\"no-referrer-when-downgrade\"\n src=\"https://www.google.com/maps/embed/v1/place?key=API_KEY\n &q=Space+Needle,Seattle+WA\"\u003e\n\u003c/iframe\u003e\n```\n| **Note:** All Maps Embed API requests are available at no charge with unlimited usage. For more information, see [Usage and Billing](/maps/documentation/embed/usage-and-billing).\n\nGetting started\n---------------\n\n- Use an automatic iframe generator to embed a map into your webpage:\n\n [Go to Quickstart](/maps/documentation/embed/map-generator)\n- Start developing with the Maps Embed API by setting up your\n Google Cloud project:\n\n [Set up in Cloud console](/maps/documentation/embed/cloud-setup)\n- For an index of all the possible parameters for the Maps Embed API request, see the Embedding a map guide:\n\n [Go to Embedding a map](/maps/documentation/embed/embedding-map)"]]