ui.Map.CloudStorageLayer.setPath
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
กำหนดตำแหน่งของโฟลเดอร์ที่เลเยอร์จะดึงข้อมูลไทล์
แสดงผลเลเยอร์แผนที่นี้
การใช้งาน | การคืนสินค้า |
---|
CloudStorageLayer.setPath(path) | ui.Map.CloudStorageLayer |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | อินสแตนซ์ ui.Map.CloudStorageLayer |
path | สตริง | เส้นทางไปยังไทล์ของเลเยอร์นี้ที่สัมพันธ์กับที่เก็บข้อมูล |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eDefines the location within a Cloud Storage bucket from which the map layer will access its tile imagery.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is accessed through the \u003ccode\u003esetPath()\u003c/code\u003e method, applied to a \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e object, and provides the layer with the specified Cloud Storage path to its tiles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetPath()\u003c/code\u003e method accepts the tile path as a string argument and returns the updated \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["The `CloudStorageLayer.setPath(path)` method sets the directory from which a layer retrieves its tiles. It takes a string `path` argument, which specifies the relative location of the tiles within a bucket. The method operates on a `ui.Map.CloudStorageLayer` instance and returns the same `ui.Map.CloudStorageLayer` object. This action configures the tile source for the specified layer.\n"],null,["# ui.Map.CloudStorageLayer.setPath\n\n\u003cbr /\u003e\n\nSets the location of the folder from which the layer will retrieve its tiles.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|-----------------------------------|--------------------------|\n| CloudStorageLayer.setPath`(path)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|---------------------------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `path` | String | The path to this layer's tiles, relative to the bucket. |"]]