Interface IGeometryCollection
A geo shape representing a collection of IGeoShape geometries
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeometryCollection : IGeoShape
Properties
| Edit this page View SourceGeometries
A collection of IGeoShape geometries
Declaration
[DataMember(Name = "geometries")]
IEnumerable<IGeoShape> Geometries { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IGeoShape> |