setRepaint method

void setRepaint()

Triggers a repaint of the markers for this datastore

Implementation

void setRepaint() {
  try {
    notifyListeners();
  } catch (error) {
    // ignore that error
  }
}