Class PolygonGeoShape
Inheritance
PolygonGeoShape
Assembly: OpenSearch.Client.dll
Syntax
public class PolygonGeoShape : GeoShapeBase, IPolygonGeoShape, IGeoShape
Constructors
|
Edit this page
View Source
PolygonGeoShape(IEnumerable<IEnumerable<GeoCoordinate>>)
Declaration
public PolygonGeoShape(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