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