Class GeoJsonLineString

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

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