clear method

void clear()

Delete all markers.

Throws

  • An exception if it fails.

Implementation

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