Class CircleGeoShape
Inheritance
CircleGeoShape
Assembly: OpenSearch.Client.dll
Syntax
public class CircleGeoShape : GeoShapeBase, ICircleGeoShape, IGeoShape
Constructors
|
Edit this page
View Source
CircleGeoShape(GeoCoordinate, string)
Declaration
public CircleGeoShape(GeoCoordinate coordinates, string radius)
Parameters
Properties
|
Edit this page
View Source
Coordinates
Declaration
public GeoCoordinate Coordinates { get; set; }
Property Value
|
Edit this page
View Source
Radius
Declaration
public string Radius { get; set; }
Property Value
Implements
Extension Methods