removePoint method

void removePoint(
  1. num i
)

Remove a particular point from the route; this may only be called within an override of #computePoints. @param {number} i int The zero-based index of the point to extract. @see #getPoint @see #setPoint @see #insertPoint @see #addPoint @see #clearPoints @since 1.6

Implementation

void removePoint(_i2.num i) {
  _i4.callMethod(
    this,
    'removePoint',
    [i],
  );
}