Start URL synchronisation: listen to map moveend and write the URL.
moveend
Uses history.replaceState() only — no browser history entry is created. The write is debounced by SYNC_DEBOUNCE_MS ms.
history.replaceState()
Map adapter instance.
Active permalink configuration.
A teardown that removes every listener attached by this call (map moveend plus the three document listeners), so a re-init or reset never leaks them.
document
Start URL synchronisation: listen to map
moveendand write the URL.Uses
history.replaceState()only — no browser history entry is created. The write is debounced by SYNC_DEBOUNCE_MS ms.