Home > @magiclane/maps-sdk > LandmarkStore > startFastUpdateMode
LandmarkStore.startFastUpdateMode() method
Start landmark store fast update mode
Fast update mode - allow fast insert, delete and update operations. This mode should be used with caution because if a power failure or process crash interrupts it, the database will likely be corrupted and will be deleted at next startup.
This is intended for fast import of external landmarks into application format
Signature:
startFastUpdateMode(): void;Returns:
void
Exceptions
An exception if it fails.