Map.onChangeCenter
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک تماس برگشتی را ثبت می کند که با تغییر مرکز نقشه فعال می شود. این در حین حرکت یا زمانی که مرکز نقشه به طور برنامهریزی تغییر میکند، اجرا میشود.
شناسهای را برمیگرداند که میتوان آن را به unlisten() برای لغو ثبت تماس برگشت داد.
استفاده | برمی گرداند | Map.onChangeCenter(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\u003eThe \u003ccode\u003eonChangeCenter\u003c/code\u003e function registers a callback that is triggered when the map's center is changed, either through panning or programmatically.\u003c/p\u003e\n"],["\u003cp\u003eThis function returns a unique ID that can be used with \u003ccode\u003eunlisten()\u003c/code\u003e to remove the registered callback.\u003c/p\u003e\n"],["\u003cp\u003eThe provided callback function receives the new center coordinates (longitude and latitude) and the map widget as arguments.\u003c/p\u003e\n"]]],["Registers a callback function triggered when the map's center changes, either through panning or programmatic modification. The `onChangeCenter` method takes a callback as an argument, providing it with the new center's coordinates (lon and lat) and the map widget. It returns a unique string ID, used to unregister the callback later. The provided callback function is executed each time the map center shifts.\n"],null,["# Map.onChangeCenter\n\n\u003cbr /\u003e\n\nRegisters a callback that's fired when the map center changes. This is fired during pan or when the map's center is changed programmatically.\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.onChangeCenter(callback)` | String |\n\n| Argument | Type | Details |\n|------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `callback` | Function | The callback to fire when the map center changes. The callback is passed two parameters: an object containing the coordinates of the new center (with keys lon and lat) and the map widget itself. |"]]