clear method

void clear()

Remove all routes.

Throws

  • An exception if it fails.

Implementation

void clear() {
  objectMethod(pointerId, 'MapViewRouteCollection', 'clear');
}