Function: createZoomPanSynchronizer()
createZoomPanSynchronizer(
synchronizerName
):Synchronizer
A helper that creates a new Synchronizer
which listens to the CAMERA_MODIFIED
rendering event and calls the cameraSyncCallback
.
Parameters
• synchronizerName: string
The name of the synchronizer.
Returns
A new Synchronizer
instance.
Defined in
tools/src/synchronizers/synchronizers/createZoomPanSynchronizer.ts:15