removeLandmark method
- Landmark landmark
Removes a landmark from this store.
Parameters
landmark: The Landmark instance to remove.
Implementation
void removeLandmark(final Landmark landmark) {
objectMethod(
pointerId,
'LandmarkStore',
'removeLandmark',
args: landmark.pointerId,
);
}