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