removeAllLandmarks method

void removeAllLandmarks()

Remove all landmarks from store.

Throws

  • An exception if it fails.

Implementation

void removeAllLandmarks() {
  objectMethod(_pointerId, 'LandmarkStore', 'removeAllLandmarks');
}