Interface IEnvelopeGeoShape
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IEnvelopeGeoShape : IGeoShape
Properties
| Edit this page View SourceCoordinates
Declaration
[DataMember(Name = "coordinates")]
IEnumerable<GeoCoordinate> Coordinates { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<GeoCoordinate> |