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\u003eSets or updates the name associated with the FeatureViewLayer.\u003c/p\u003e\n"],["\u003cp\u003eReturns the FeatureViewLayer instance for method chaining.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esetName\u003c/code\u003e takes an optional string argument to set the layer's name.\u003c/p\u003e\n"]]],["The `FeatureViewLayer.setName()` method assigns a name to a map layer. It takes an optional string argument, `name`, which specifies the layer's name. The method operates on an instance of `ui.Map.AbstractLayer` and returns the same `ui.Map.AbstractLayer` instance after setting the name. This function allows users to label or identify specific layers within a map interface.\n"],null,["# ui.Map.FeatureViewLayer.setName\n\n\u003cbr /\u003e\n\nSets the name of the layer.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|--------------------------------------|----------------------|\n| FeatureViewLayer.setName`(`*name*`)` | ui.Map.AbstractLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.abstractlayer` | ui.Map.AbstractLayer | The ui.Map.AbstractLayer instance. |\n| `name` | String, optional | The name of the layer. |"]]