با مجموعهها، منظم بمانید ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
با Maps Embed API یک نقشه تعاملی یا پانورامای نمای خیابان را در صفحه وب خود قرار دهید. از یک درخواست ساده HTTP استفاده کنید. نیازی به جاوا اسکریپت نیست
می توانید نشانی وب Maps Embed API را به عنوان ویژگی src یک iframe تنظیم کنید. هنگام پیکربندی یک ویژگی src ، پارامتر q مورد نیاز میتواند از نام مکان، آدرس، کد بعلاوه یا شناسه مکان با URL فرار پشتیبانی کند:
تاریخ آخرین بهروزرسانی 2025-08-15 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-08-15 بهوقت ساعت هماهنگ جهانی."],[[["\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,["Place 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- 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)"]]