removeLandmark method
- Landmark landmark
Remove the specified landmark.
Parameters
- IN landmark The landmark to be removed
Throws
- An exception if it fails.
Implementation
void removeLandmark(final Landmark landmark) {
objectMethod(
_pointerId,
'LandmarkStore',
'removeLandmark',
args: landmark.pointerId,
);
}