@Override
 public void onMovePolygonPoint(PolygonPoint source, LatLng newCoord) {
   source.coord = newCoord;
   update();
 }