clear method

void clear()

Remove all markers from this collection.

Implementation

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