deactivateAllHighlights method

void deactivateAllHighlights()

Deactivates all highlight collections simultaneously.

Removes visual emphasis from all previously activated highlight collections, returning all highlighted elements to their normal rendering. This is more efficient than calling deactivateHighlight repeatedly for multiple collections.

See also:

Implementation

void deactivateAllHighlights() {
  objectMethod(_pointerId, 'MapView', 'deactivateAllHighlights');
}