[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Returns the serialized representation (string format) of a given MultiPoint Geometry object."],["Accepts an optional 'legacy' boolean argument to enable legacy formatting."],["Provides usage examples in JavaScript, Python, and Colab environments for demonstrating the method's application."],["Illustrates the practical use of `serialize` by displaying results on a map and in the console."]]],["The `serialize()` method transforms a Geometry object into its serialized string representation. The method, applied to a Geometry instance (like `MultiPoint`), can optionally use a `legacy` format. The examples demonstrate creating a `MultiPoint` object and serializing it. The serialized string is then printed. In both JavaScript and Python, the example code displays the `MultiPoint` geometry on a map for visualization, centered at specific coordinates.\n"]]