DbGeography.Distance(DbGeography) Method

Definition

Computes the distance between the closest points in this DbGeography value and another DbGeography value.

public Nullable<double> Distance (System.Data.Entity.Spatial.DbGeography other);
member this.Distance : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Function Distance (other As DbGeography) As Nullable(Of Double)

Parameters

other
DbGeography

The geography value for which the distance from this value should be computed.

Returns

A double value that specifies the distance between the two closest points in this geography value and other.

Applies to