City Based Parking and Routing System API Documentation

Util.Distance Method 

Calculates the length of straight line between two points.

public static float Distance(
   PointF a,
   PointF b
);

Parameters

a
The origin of the line.
b
The end of the line.

Return Value

The distance between point a and b.

See Also

Util Class | CBPRS.Infrastructure Namespace