[[["เข้าใจง่าย","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-08 UTC"],[[["`ee.Geometry.Point` creates a point geometry in Earth Engine."],["Points can be constructed using a list of \\[x,y] coordinates and an optional projection (defaults to EPSG:4326)."],["Conveniently, points in EPSG:4326 can be created using `ee.Geometry.Point(lng, lat)`."]]],["The `ee.Geometry.Point` function creates a point geometry. It accepts a list of two coordinates `[x, y]` and an optional projection. If no projection is given, it defaults to EPSG:4326. Multiple numerical arguments can be used to specify longitude and latitude for EPSG:4326. The function returns a `Geometry.Point` object. Example usage: `ee.Geometry.Point([-122.08412, 37.42189])` constructs a point using longitude and latitude coordinates.\n"]]