[[["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."],[[["Sets or updates the name associated with the FeatureViewLayer."],["Returns the FeatureViewLayer instance for method chaining."],["`setName` takes an optional string argument to set the layer's name."]]],["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"]]