addPointAt method
(undocumented) Add a point at the end of the route; this may only be called within an override of #computePoints. @param {number} x The new X, which should not be infinite or NaN, in document coordinates. @param {number} y The new Y, which should not be infinite or NaN, in document coordinates.
Implementation
void addPointAt(
_i2.num x,
_i2.num y,
) {
_i4.callMethod(
this,
'addPointAt',
[
x,
y,
],
);
}