Search Results for

    Show / Hide Table of Contents

    Interface ICircleGeoShape

    Inherited Members
    IGeoShape.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICircleGeoShape : IGeoShape

    Properties

    | Edit this page View Source

    Coordinates

    Declaration
    [DataMember(Name = "coordinates")]
    GeoCoordinate Coordinates { get; set; }
    Property Value
    Type Description
    GeoCoordinate
    | Edit this page View Source

    Radius

    Declaration
    [DataMember(Name = "radius")]
    string Radius { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Coordinates
      • Radius
    • Extension Methods
    Back to top Generated by DocFX