java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
All Implemented Interfaces:
GeoJson<List<Double>>

public class GeoJsonPoint extends Object implements GeoJson<List<Double>>
GeoJson representation of Point.
Copied from Spring Data Mongodb, not derived from Point as this conflicts with the already existing converter for Point in GeoConverters.
Since:
4.1
Author:
Christoph Strobl, Peter-Josef Meisch
See Also: