Search Results for

    Show / Hide Table of Contents

    Class LatLon

    Inheritance
    object
    LatLon
    Inherited Members
    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
    [DataContract]
    public class LatLon

    Properties

    | Edit this page View Source

    Lat

    Declaration
    [DataMember(Name = "lat")]
    public double? Lat { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Lon

    Declaration
    [DataMember(Name = "lon")]
    public double? Lon { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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