Class LineStringGeoShape
Inheritance
LineStringGeoShape
Assembly: OpenSearch.Client.dll
Syntax
public class LineStringGeoShape : GeoShapeBase, ILineStringGeoShape, IGeoShape
Constructors
|
Edit this page
View Source
LineStringGeoShape(IEnumerable<GeoCoordinate>)
Declaration
public LineStringGeoShape(IEnumerable<GeoCoordinate> coordinates)
Parameters
Properties
|
Edit this page
View Source
Coordinates
Declaration
public IEnumerable<GeoCoordinate> Coordinates { get; set; }
Property Value
Implements
Extension Methods