ui.Map.onChangeCenter
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ลงทะเบียนการเรียกกลับที่จะเริ่มทำงานเมื่อศูนย์กลางของแผนที่เปลี่ยนแปลง เหตุการณ์นี้จะทริกเกอร์ระหว่างการเลื่อนหรือเมื่อมีการเปลี่ยนกึ่งกลางของแผนที่โดยใช้โปรแกรม
แสดงผลรหัสที่ส่งไปยัง unlisten() เพื่อยกเลิกการลงทะเบียนแฮนเดิลการเรียกกลับ
การใช้งาน | การคืนสินค้า |
---|
Map.onChangeCenter(callback) | สตริง |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.map | ui.Map | อินสแตนซ์ ui.Map |
callback | ฟังก์ชัน | การเรียกกลับที่จะทริกเกอร์เมื่อศูนย์กลางของแผนที่เปลี่ยนแปลง ระบบจะส่งพารามิเตอร์ 2 รายการไปยังการเรียกกลับ ได้แก่ ออบเจ็กต์ที่มีพิกัดของจุดกึ่งกลางใหม่ (มีคีย์ lon และ lat) และวิดเจ็ตแผนที่เอง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]