[[["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."],[[["The `setAssetId()` function is used to modify the asset displayed on a FeatureViewLayer."],["It accepts the asset ID as an argument and applies this change to the specified FeatureViewLayer."],["Calling this function returns the updated `ui.Map.FeatureViewLayer` object for further use."]]],["The `FeatureViewLayer.setAssetId(assetId)` method updates the displayed asset on a `ui.Map.FeatureViewLayer`. It takes a single string argument, `assetId`, which specifies the new asset ID. This method is called on a `ui.Map.FeatureViewLayer` instance and returns the same `ui.Map.FeatureViewLayer` instance, reflecting the updated layer with the newly selected asset.\n"]]