[[["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."],[[["The `coordinates()` method returns a GeoJSON-style list of coordinates for a MultiPoint geometry."],["This method is accessible through the `MultiPoint` object and returns a list of coordinate pairs."],["The examples demonstrate the usage of this method in both JavaScript and Python within the Earth Engine environment."]]],["The `coordinates()` method, applicable to `MultiPoint` geometry, extracts and returns a list of the geometry's coordinates in GeoJSON format. The method takes the geometry as its argument. Examples demonstrate its use in both JavaScript and Python, defining a `MultiPoint` object, applying `coordinates()`, and printing the resulting coordinate list. Additionally, the examples visualize the `MultiPoint` geometry on a map, using black color, for contextual understanding.\n"]]