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