[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["Clears any existing drawings or shapes created using the drawing tools."],["Provides a way to access and interact with the drawing tools on the map."],["The `clear()` function is called on a `ui.Map.DrawingTools` object and returns the same object, allowing for method chaining."],["The table outlines the usage of `clear()` and specifies that it returns a `ui.Map.DrawingTools` object."]]],["The `DrawingTools.clear()` method removes all drawing tools from the map. It takes no arguments and operates on the `ui.Map.DrawingTools` instance itself. After execution, it returns the same `ui.Map.DrawingTools` instance. The method's sole function is to reset the drawing tools, removing any currently displayed or active tools on the map.\n"]]