public class MultiPoint
extends Object
implements Geometry
This class represents a series of points, which will saved into MongoDB as per the GeoJSON specification.
The factory for creating a MultiPoint is the GeoJson.multiPoint method.
Returns a list of coordinates for this Geometry type. For something like a Point, this will be a pair of lat/long coordinates, but
for more complex types this will be a list of other Geometry objects. Used for serialisation to MongoDB.