isLocationOnPathTolerance method
Whether point lies on polyline within tolerance meters.
Implementation
bool isLocationOnPathTolerance(Point<double> point,
List<Point<double>> polyline, bool geodesic, double tolerance) =>
PolyUtils.isLocationOnPathTolerance(point, polyline, geodesic, tolerance);