Search Results for

    Show / Hide Table of Contents

    Class GeoLocation

    It stores geo location information (latitude and longitude)

    Inheritance
    System.Object
    GeoLocation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class GeoLocation

    Properties

    Lat

    The latitude

    Declaration
    public double Lat { get; set; }
    Property Value
    System.Double

    Lon

    The longitude

    Declaration
    public double Lon { get; set; }
    Property Value
    System.Double

    Methods

    FromJson(String)

    Declaration
    public static GeoLocation FromJson(string data)
    Parameters
    System.String data

    Returns
    GeoLocation

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX