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