POLS

LatLonCoordinate.Distance Method 

Calculates the geodetic distance between the two points according to the ellipsoid model of WGS84. Altitude is neglected from calculations.

public double Distance(
   LatLonCoordinate to
);

Parameters

to
Coordinates of the destination

Return Value

the distance to the destination in meters

See Also

LatLonCoordinate Class | POLS.Core Namespace