ibrierley / flutter_map_line_editor

A basic line/poly editor that works with flutter_map and dragmarkers.
MIT License
44 stars 24 forks source link

Is a point inside of polygon? #38

Open kotrotko opened 10 months ago

kotrotko commented 10 months ago

This great package could be even more exciting if it allows to check if a custom point (a marker coordinates, a touch, a physical address, whatelse) is inside or outside a polygon, for instanse, using geodesy package.

ibrierley commented 10 months ago

https://github.com/ibrierley/geojson_vector_slicer/blob/main/lib/geojson/geojson.dart has some code at line 44-72 if useful.