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