[[["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 `setLocked` function controls whether a GeometryLayer can be edited through the user interface."],["Locking a layer prevents users from adding, removing, or modifying geometries within that layer."],["This function is called on a `ui.Map.GeometryLayer` object and returns the same object, allowing for method chaining."],["The `locked` argument, a boolean value, determines if the layer should be locked (true) or unlocked (false)."]]],["The `GeometryLayer.setLocked(locked)` method sets a layer's locked state, preventing users from modifying its geometries. It accepts a boolean `locked` argument to determine whether the layer is locked. The method returns the `ui.Map.GeometryLayer` instance, enabling method chaining. When locked, users cannot add, remove, or edit geometries through the user interface.\n"]]