Is_in_polygon
I found a function that allows you to calculate distance between two latlong, I was wondering if you would be able to also a function to check if the latlong below to pologon defined as an n element array of latlong.
I think it is possible now to assign latlong to rectangular polygon but I dont think we would able to check if latlong belongs e.g. to polygon defined by 7 points.
I understand that than I could store each polygon in the table as an object of latlongs and then use this function to assign specific latlong to the relevant polygon or somehow map it
Â
Working with APIs