removeAllLandmarks method

void removeAllLandmarks()

Remove all landmarks from store.

Implementation

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