I have a list of polygons and a single point with its latitude and longitude. I want to find a polygon which the single point lies on.
Currently, I'm iterating over the whole list to find the answer, which seems a bit inefficient. Is there a better way to make it?