setPoint method

void setPoint({
  1. required int pointIndex,
  2. required ArcGISPoint point,
})

Replace a point in the mutable point collection at the specified point index.

Parameters:

  • pointIndex — Zero-based index of the point.
  • point — The point.