[[["เข้าใจง่าย","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 UTC"],[[["The `serialize()` method returns a serialized (string) representation of a Geometry object, like a Point."],["An optional `legacy` Boolean argument can be passed to enable legacy formatting."],["Examples demonstrate the usage of `serialize()` in both JavaScript and Python within the Google Earth Engine context."],["The examples also show how to create and display a Point on a map using the respective APIs."]]],["The `serialize()` method, applicable to a Geometry instance, returns a string representation of the object. It accepts an optional boolean argument, `legacy`, to enable an older format. In JavaScript and Python examples, a Point object is defined, and `serialize()` is applied to it. The resulting serialized string is then printed. The Point geometry is displayed on a map using `Map.addLayer` (JavaScript) or `m.add_layer` (Python).\n"]]