0

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.

marinos
  • 11
  • 3

1 Answers1

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,083
  • 2
  • 26
  • 50