clear method
Remove all paths from the collection.
Throws
- An exception if it fails.
Implementation
void clear() {
objectMethod(_pointerId, 'MapViewPathCollection', 'clear');
}
Remove all paths from the collection.
Throws
void clear() {
objectMethod(_pointerId, 'MapViewPathCollection', 'clear');
}