removeAllLandmarks method

void removeAllLandmarks()

Remove all landmarks from store.

Implementation

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