Map.onIdle
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تماس برگشتی را ثبت میکند که وقتی نقشه از حرکت باز میماند فعال میشود.
شناسهای را برمیگرداند که میتوان آن را به unlisten() برای لغو ثبت تماس برگشت داد.
استفاده | برمی گرداند | Map.onIdle(callback) | رشته |
استدلال | تایپ کنید | جزئیات | callback | تابع | زمانی که نقشه غیرفعال میشود، تماس برگشتی فعال میشود. پاسخ به تماس دو پارامتر ارسال می شود: یک شی حاوی مختصات مرکز نقشه (با کلیدهای lon، lat، و بزرگنمایی) و خود ویجت نقشه. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eMap.onIdle()\u003c/code\u003e registers a callback function that is triggered when the map stops moving.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function receives the map's center coordinates and the map widget as parameters.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMap.onIdle()\u003c/code\u003e returns a unique ID that can be used to unregister the callback using \u003ccode\u003eunlisten()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Map.onIdle\n\n\u003cbr /\u003e\n\nRegisters a callback that's fired when the map stops moving.\n\n\u003cbr /\u003e\n\nReturns an ID which can be passed to unlisten() to unregister the callback.\n\n| Usage | Returns |\n|------------------------|---------|\n| `Map.onIdle(callback)` | String |\n\n| Argument | Type | Details |\n|------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `callback` | Function | The callback to fire when the map becomes idle. The callback is passed two parameters: an object containing the coordinates of the map center (with keys lon, lat, and zoom) and the map widget itself. |"]]