isLocationOnPath method
Whether point lies on polyline (0.1m tolerance).
Implementation
bool isLocationOnPath(
Point<double> point, List<Point<double>> polyline, bool geodesic) =>
PolyUtils.isLocationOnPath(point, polyline, geodesic);