clear abstract method
void
clear()
Removes all icon map objects from the controller and destroys visible cluster markers.
Example:
controller.clear();
print("Cleared cluster controller");
Implementation
void clear();
Removes all icon map objects from the controller and destroys visible cluster markers.
Example:
controller.clear();
print("Cleared cluster controller");
void clear();