closestLayerPoint method

Point closestLayerPoint(
  1. Point p
)

Returns the point closest to p on the Polyline.

Implementation

external Point closestLayerPoint(Point p);