ibrierley / flutter_map_line_editor

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

How do you compute the area of the polygon? #15

Closed scolar closed 2 years ago

ibrierley commented 3 years ago

Does this help ?

https://pub.dev/packages/area

or

https://stackoverflow.com/questions/16285134/calculating-polygon-area#:~:text=The%20formula%20(X%5Bj%5D%2B,of%20the%20%22downgoing%22%20edges.

scolar commented 3 years ago

It helped me,thank you