deactivateAllHighlights method
Disable highlighting.
Throws
- An exception if it fails.
Implementation
void deactivateAllHighlights() {
objectMethod(_pointerId, 'MapView', 'deactivateAllHighlights');
}
Disable highlighting.
Throws
void deactivateAllHighlights() {
objectMethod(_pointerId, 'MapView', 'deactivateAllHighlights');
}