[[["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\u003e\u003ccode\u003egetName()\u003c/code\u003e is a method that returns the name of the CloudStorageLayer as a String.\u003c/p\u003e\n"],["\u003cp\u003eIt's used with a ui.Map.AbstractLayer instance and has no arguments other than the instance itself.\u003c/p\u003e\n"]]],["The `getName()` method of the `CloudStorageLayer` object returns a string representing the layer's name. It is called on an instance of `ui.Map.AbstractLayer`. The function takes no arguments. The only required parameter is the `ui.Map.AbstractLayer` instance itself, designated as `this`.\n"],null,["# ui.Map.CloudStorageLayer.getName\n\n\u003cbr /\u003e\n\nReturns the name of the layer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| CloudStorageLayer.getName`()` | String |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.abstractlayer` | ui.Map.AbstractLayer | The ui.Map.AbstractLayer instance. |"]]