locationIndexOnPathTolerance method
Segment index of point on poly with custom tolerance, or -1.
Implementation
int locationIndexOnPathTolerance(Point<double> point,
List<Point<double>> poly, bool geodesic, double tolerance) =>
PolyUtils.locationIndexOnPathTolerance(point, poly, geodesic, tolerance);