clear method

void clear()

Delete all markers.

Implementation

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