deactivateAllHighlights method
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:
- deactivateHighlight - Deactivate a specific highlight collection
- activateHighlight - Activate highlighting for landmarks
Implementation
void deactivateAllHighlights() {
objectMethod(_pointerId, 'MapView', 'deactivateAllHighlights');
}