[[["易于理解","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"]],["最后更新时间 (UTC):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"]]