Class GeoJsonMultiPoint

java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
All Implemented Interfaces:
GeoJson<Iterable<Point>>

public class GeoJsonMultiPoint extends Object implements GeoJson<Iterable<Point>>
GeoJsonMultiPoint is defined as list of Points.
Copied from Spring Data Mongodb
Since:
4.1
Author:
Christoph Strobl, Peter-Josef Meisch
See Also: