تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]