[[["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."],[[["Defines the location within a Cloud Storage bucket from which the map layer will access its tile imagery."],["This functionality is accessed through the `setPath()` method, applied to a `ui.Map.CloudStorageLayer` object, and provides the layer with the specified Cloud Storage path to its tiles."],["The `setPath()` method accepts the tile path as a string argument and returns the updated `ui.Map.CloudStorageLayer` instance."]]],["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"]]