removeAllLandmarks method
Remove all landmarks from store.
Throws
- An exception if it fails.
Implementation
void removeAllLandmarks() {
objectMethod(_pointerId, 'LandmarkStore', 'removeAllLandmarks');
}
Remove all landmarks from store.
Throws
void removeAllLandmarks() {
objectMethod(_pointerId, 'LandmarkStore', 'removeAllLandmarks');
}