[[["เข้าใจง่าย","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-27 UTC"],[[["`ee.apply()` enables calling a specified function with provided named arguments stored in a dictionary."],["It returns a `ComputedObject` which can be further used in Earth Engine computations, potentially casting the result to a specified return type if defined in the function signature."],["Input arguments include the target function (`func`) that can either be an `ee.Function` object or the name of an existing API function, and a dictionary of named arguments (`namedArgs`) that will be passed to the function."]]],["The `ee.apply` function calls a specified function, which can be either an `ee.Function` object or an API function name, using a dictionary of named arguments. It returns a `ComputedObject`, casting the return value to the type specified in the function's signature, if available. The function takes two arguments: `func` to define the function and `namedArgs`, an object, which contains the function's arguments.\n"]]