Hi I am looking to find a way of checking if a point exists inside a polygon from my c# code.I successfully implemented the same with javascript using Google maps geometry library as reference from this link.Now I need to do the same from c# code.Is google providing any webservices or dll for the same?
If not, can anyone suggest any third party api's or plugin's for the same purpose.I already tried some third party item's but didn't find any one giving accuracy like Google maps geometry library