Search Results for

    Show / Hide Table of Contents

    Class PointGeoShape

    Inheritance
    object
    GeoShapeBase
    PointGeoShape
    Implements
    IPointGeoShape
    IGeoShape
    Inherited Members
    GeoShapeBase.Type
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PointGeoShape : GeoShapeBase, IPointGeoShape, IGeoShape

    Constructors

    | Edit this page View Source

    PointGeoShape(GeoCoordinate)

    Declaration
    public PointGeoShape(GeoCoordinate coordinates)
    Parameters
    Type Name Description
    GeoCoordinate coordinates

    Properties

    | Edit this page View Source

    Coordinates

    Declaration
    public GeoCoordinate Coordinates { get; set; }
    Property Value
    Type Description
    GeoCoordinate

    Implements

    IPointGeoShape
    IGeoShape

    Extension Methods

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