We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have modified PointInPolygon#point_location to use random_ray directly instead Then it becomes very fast for me
PointInPolygon#point_location
random_ray
And the result is acceptable too (observed on a map with markers and polygons)
So I wonder if it's possible to add an option to pass when calculating
I might make a PR later