[]
        
(Showing Draft Content)

C1.FlexMap.GeographicCoordinateSystem.Distance

Distance Method

Distance(Point, Point)

Returns the distance, in meters, between two geographic coordinates.

Declaration
public double Distance(Point longLat1, Point longLat2)
Parameters
Type Name Description
Point longLat1

The first geographic coordinate.

Point longLat2

The second geographic coordinate.

Returns
Type Description
double

The distance, in meters, between the two geographic coordinates.

Implements