Table of Contents

Class GeoCoordinate

Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions.dll

public class GeoCoordinate

Inheritance

objectGeoCoordinate

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<GeoCoordinate>(GeoCoordinate)

Constructors

GeoCoordinate(double, double)

public GeoCoordinate(double longitude, double latitude)

Parameters

longitude double

latitude double

Properties

Latitude

public double Latitude { get; set; }

Property Value

double

Longitude

public double Longitude { get; set; }

Property Value

double