I have an app with a map in which the user can add polygons calculating the area. I want the user to be able to adjust the shape of the polygon by moving its corners.
Asked
Active
Viewed 20 times
1 Answers
0
I am assuming you are using Google mapV2. People do it different ways, but I would implement onClickListener() or OnTouchListener() interfaces just like the answers given in SO question and update the LatLng of the polygon based on the new LatLng.

The_Martian
- 3,684
- 5
- 33
- 61