I am trying to write a function which will return if a point is inside a Polygon or not using CosmosDB SQL API
I have tried to write a SQL statement, however that didnt work, so now I would like to use linq to someone write something.
I have Polygon and a point and would like to return a true or false answer.
There has got to be a Linq answer to this