[[["เข้าใจง่าย","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"],[[["Returns the number of elements (features) within a given FeatureCollection."],["The method is called using `size()` on a FeatureCollection and returns an Integer value."],["Usage examples are provided in JavaScript and Python demonstrating how to retrieve the size of a FeatureCollection."]]],["The `size()` method calculates the number of elements within a `FeatureCollection`. It takes the collection as input and returns an integer representing the total count. For instance, when applied to a `FeatureCollection` of power plants in Belgium, `fc.size()` returns the number of power plants. Examples provided demonstrate its usage in both JavaScript and Python environments, showcasing how to retrieve and print the collection's size.\n"]]