getPoint method

Point getPoint(
  1. num i
)

Gets a particular point of the route. @param {number} i int The zero-based index of the desired point. @return {Point} in document coordinates

Implementation

_i3.Point getPoint(_i2.num i) => _i4.callMethod(
      this,
      'getPoint',
      [i],
    );