Distance Method (GeographicCoordinateSystem)
Returns the distance, in meters, between two geographic coordinates.
'Declaration
Public Function Distance( _
ByVal As C1.Win.Interop.Point, _
ByVal As C1.Win.Interop.Point _
) As Double
public double Distance(
C1.Win.Interop.Point ,
C1.Win.Interop.Point
)
Parameters
- longLat1
- The first geographic coordinate.
- longLat2
- The second geographic coordinate.
Return Value
The distance, in meters, between the two geographic coordinates.