removeAllMapObjects abstract method

void removeAllMapObjects()

Removes all map objects from the location view.

Example:

// Remove all map objects
_locationWindow!.removeAllMapObjects();
print("Removed all map objects");

Implementation

void removeAllMapObjects();