@CompileStatic @EqualsAndHashCode class MultiPoint extends Shape implements GeoJSON
Represents a GeoJSON MultiPoint. See http://geojson.org/geojson-spec.html#multipoint Note: Requires MongoDB 2.6 or above
| Constructor and description |
|---|
MultiPoint(Point[] positions) |
MultiPoint(Point a, Point b) |
Groovy Documentation