公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取。如未在 2025 年 9 月 26 日前完成驗證,存取權可能會暫停。
ui.Map
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google 地圖。
| 用量 | 傳回 |
|---|
ui.Map(center, onClick, style) | ui.Map |
| 引數 | 類型 | 詳細資料 |
|---|
center | 物件 (選用) | 這個物件包含地圖的緯度 (「lat」)、經度 (「lon」),以及選用的縮放等級 (「zoom」)。 |
onClick | 函式 (選用) | 地圖遭點選時觸發的回呼。回呼會傳遞物件,其中包含地圖上點選點的座標 (索引鍵為 lon 和 lat) 和地圖小工具本身。 |
style | 物件 (選用) | 允許的 CSS 樣式物件,以及要為這個地圖設定的值。請參閱 style() 說明文件。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["The `ui.Map` function creates a Google Map. It accepts optional arguments: `center` (latitude, longitude, and zoom), `onClick` (a function triggered on map clicks, providing click coordinates), and `style` (CSS styling object). The function returns a `ui.Map` object. Clicking the map triggers the `onClick` callback, delivering the clicked location's latitude and longitude, as well as the map itself.\n"]]