isLocationOnPath static method
Same as isLocationOnPath
with a default tolerance of 0.1 meters.
Implementation
static bool isLocationOnPath(
Point<double> point, List<Point<double>> polyline, bool geodesic) =>
isLocationOnPathTolerance(point, polyline, geodesic, _defaultTolerance);