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