pointNearToLineSegment
Public Function
Get whether a point is within a certain distance from a line segment.
Parameters
| Name | Description | 
|---|---|
  | The point to check.  | 
  | The polyline's first point.  | 
  | The polyline's second point.  | 
 (optional)  | The mininum distance that qualifies a hit.  | 
Returns
boolean