I am trying to findout area of polygon using google map library
it is working fine. I struck with one issue.
with respect to first image
I select 6 points and find the area, got it correct
Please refer 2nd image
there, I insert one point, between 2 and 3 and tried to get area
It seems to be that the polygon is created following the sequence of points lat lon in the list.
if i insert some point between them, it is not giving correct area and shape
Is there any method to rearrange the coordinates to get correct area
it is working fine. I struck with one issue.
with respect to first image
I select 6 points and find the area, got it correct
Please refer 2nd image
there, I insert one point, between 2 and 3 and tried to get area
It seems to be that the polygon is created following the sequence of points lat lon in the list.
if i insert some point between them, it is not giving correct area and shape
Is there any method to rearrange the coordinates to get correct area