detachFromStore method
Detaches this landmark from its associated landmark store.
After detachment, landmarkStoreId will return -1. The landmark is no longer associated with store properties and is not removed from the store.
Implementation
void detachFromStore() {
objectMethod(pointerId, 'Landmark', 'detachFromStore');
}