isLocationOnEdgeTolerance method
Whether point lies on polygon's edge within tolerance meters.
Implementation
bool isLocationOnEdgeTolerance(Point<double> point,
List<Point<double>> polygon, bool geodesic, double tolerance) =>
PolyUtils.isLocationOnEdgeTolerance(point, polygon, geodesic, tolerance);