Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 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. |"]]