Class GeoJsonMultiPoint

java.lang.Object
org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
All Implemented Interfaces:
GeoJson<Iterable<Point>>
Direct Known Subclasses:
GeoJsonLineString

public class GeoJsonMultiPoint extends Object implements GeoJson<Iterable<Point>>
GeoJsonMultiPoint is defined as list of Points.
Since:
1.7
Author:
Christoph Strobl, Ivan Volzhev
See Also: