[]
        
(Showing Draft Content)

C1.FlexMap.CartesianCoordinateSystem.Distance

Distance Method

Distance(Point, Point)

Gets the distance, in meters, between two points in the unit of this coordinate system.

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

The first point.

Point longLat2

The second point.

Returns
Type Description
double

The meters between the given two points.

Implements