Home > @magiclane/maps-sdk > Landmark > detachFromStore
Landmark.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.
Signature:
detachFromStore(): void;Returns:
void