ui.Map.onChangeCenter
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Đăng ký một lệnh gọi lại được kích hoạt khi tâm bản đồ thay đổi. Sự kiện này được kích hoạt trong quá trình dịch chuyển hoặc khi tâm của bản đồ được thay đổi theo phương thức lập trình.
Trả về một mã nhận dạng có thể được truyền đến unlisten() để huỷ đăng ký lệnh gọi lại.
Cách sử dụng | Giá trị trả về |
---|
Map.onChangeCenter(callback) | Chuỗi |
Đối số | Loại | Thông tin chi tiết |
---|
this: ui.map | ui.Map | Đối tượng ui.Map. |
callback | Chức năng | Lệnh gọi lại sẽ kích hoạt khi tâm bản đồ thay đổi. Lệnh gọi lại được truyền 2 tham số: một đối tượng chứa toạ độ của tâm mới (có khoá lon và lat) và chính tiện ích bản đồ. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eonChangeCenter\u003c/code\u003e function registers a callback that triggers when the map's center is changed, either by 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 callback function receives the new center coordinates (longitude and latitude) and the map widget instance as arguments.\u003c/p\u003e\n"]]],["The `Map.onChangeCenter` function registers a callback triggered when the map's center changes, either through panning or programmatic updates. It accepts a callback function that receives the new center's coordinates (longitude and latitude) and the map widget itself as parameters. The function returns a unique string ID used to unregister the callback later. This callback is associated with a `ui.Map` instance.\n"],null,["# ui.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| this: `ui.map` | ui.Map | The ui.Map instance. |\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. |"]]