公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ui.Map.CloudStorageLayer.setMaxZoom
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
設定圖塊的最大縮放等級。當使用者放大超過這個層級時,系統會擷取這個層級的父項圖塊,並在用戶端上放大。
傳回這個地圖圖層。
用量 | 傳回 |
---|
CloudStorageLayer.setMaxZoom(maxZoom) | ui.Map.CloudStorageLayer |
引數 | 類型 | 詳細資料 |
---|
這個:ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | ui.Map.CloudStorageLayer 執行個體。 |
maxZoom | 數字 | 圖塊的最大縮放等級。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eDefines the highest zoom level where tiles are displayed, beyond which the parent tile is fetched and zoomed on the client-side.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetMaxZoom\u003c/code\u003e method allows setting this maximum zoom level for a CloudStorageLayer and returns the layer instance for chaining.\u003c/p\u003e\n"]]],["The `setMaxZoom` method configures the maximum zoom level for a `CloudStorageLayer`. When a user zooms beyond this `maxZoom` number, the parent tile at the specified level is fetched and zoomed client-side. This method, applied to a `ui.Map.CloudStorageLayer` instance, accepts a `Number` argument (`maxZoom`) defining the limit and returns the modified `ui.Map.CloudStorageLayer`.\n"],null,["# ui.Map.CloudStorageLayer.setMaxZoom\n\n\u003cbr /\u003e\n\nSets the maximum zoom level for tiles. When the user zooms in beyond this level, the parent tile at this level will be fetched and zoomed on the client.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|-----------------------------------------|--------------------------|\n| CloudStorageLayer.setMaxZoom`(maxZoom)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|----------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `maxZoom` | Number | The maximum zoom level with tiles. |"]]