Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["The `serialize()` method returns a serialized (string) representation of a MultiPolygon Geometry object."],["You can optionally enable a legacy format when serializing using the `legacy` argument."],["This method is available in both JavaScript and Python (using the Earth Engine API)."],["Examples demonstrate how to use `serialize()` with a defined MultiPolygon and display it on a map."]]],["The `serialize()` method returns a string representation of a Geometry object, specifically a MultiPolygon in the examples. The method takes an optional boolean `legacy` argument to enable an older format. It is applied to a `MultiPolygon` instance, such as `multipolygon.serialize()`, in Javascript and Python. The output is displayed in a console or printed. The examples also define the MultiPolygon object with coordinates and display it on a map.\n"]]