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