amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

It's possible determinate if a Position is inside a Polygon ? #652

Closed moteuchi83 closed 4 years ago

moteuchi83 commented 5 years ago

There is a way with this plugin , to determinate if a Position results inside a Polygon defined on the map ?

Thanks.

amay077 commented 4 years ago

Not supported.

You can use NetTopologySuite what is powerful geometry library.