Search Results for

    Show / Hide Table of Contents

    Interface IPolygonGeoShape

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

    Properties

    | Edit this page View Source

    Coordinates

    Declaration
    [DataMember(Name = "coordinates")]
    IEnumerable<IEnumerable<GeoCoordinate>> Coordinates { get; set; }
    Property Value
    Type Description
    IEnumerable<IEnumerable<GeoCoordinate>>

    Extension Methods

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