Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Mit der Maps Embed API können Sie eine interaktive Karte oder ein Street View-Panorama auf Ihrer Webseite platzieren. Verwenden Sie eine einfache HTTP-Anfrage. JavaScript ist nicht erforderlich.
Sie können die Maps Embed API-URL als src-Attribut eines iFrames festlegen. Wenn Sie eine src-Property konfigurieren, kann der erforderliche Parameter q einen URL-escapten Ortsnamen, eine Adresse, einen Plus Code oder eine Orts-ID unterstützen:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)"]]