startRoute method

void startRoute()

(undocumented) Allow calls to #setPoint, #addPoint, #insertPoint, #removePoint, and #clearPoints. You must call #commitRoute when you are done modifying the route.

Implementation

void startRoute() {
  _i4.callMethod(
    this,
    'startRoute',
    [],
  );
}