moveSelectedElementWithDelta method

void moveSelectedElementWithDelta({
  1. required double deltaX,
  2. required double deltaY,
})

Moves the selected element by the specified distances along the x-axis and y-axis.

Parameters:

  • deltaX — The distance to move the selected element along the x-axis, in the units of the associated ArcGISMapViewController spatial reference.
  • deltaY — The distance to move the selected element along the y-axis, in the units of the associated ArcGISMapViewController spatial reference.