clearHighlights method

bool clearHighlights()

Implementation

bool clearHighlights() {
  return clearDecorationLayer(textSearchDecorationLayerKey);
}