locationIndexOnEdgeOrPath method
Full control: segment index with closed/open and custom toleranceEarth.
Implementation
int locationIndexOnEdgeOrPath(Point<double> point, List<Point<double>> poly,
bool closed, bool geodesic, double toleranceEarth) =>
PolyUtils.locationIndexOnEdgeOrPath(
point, poly, closed, geodesic, toleranceEarth);