clear method

void clear()

Remove all paths from the collection.

Throws

  • An exception if it fails.

Implementation

void clear() {
  objectMethod(_pointerId, 'MapViewPathCollection', 'clear');
}