[[["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 2024-07-13 UTC."],[[["Creates a MultiPoint Geometry from a list of coordinates."],["Input coordinates can be either Points or coordinate pairs (x, y)."],["The coordinate reference system (CRS) can be specified, defaulting to EPSG:4326 if not provided."]]],["This document describes how to create a `MultiPoint` geometry object. The `ee.Algorithms.GeometryConstructors.MultiPoint` function takes a list of `coordinates` as input, which can be either individual points or x,y number pairs. It also accepts an optional `crs` argument to define the coordinate reference system; if unspecified it will default to the projection of the inputs. The function will then return a Geometry object.\n"]]