Properties
Private
rotateCallbackList
Methods
clearCallbacks
- clearCallbacks(): void
Returns void
notifyPositionChange
- notifyPositionChange(delta, cameraState): Promise<void>
notifyRotationChange
- notifyRotationChange(deltaRotation, cameraState): Promise<void>
notifyZoomChange
- notifyZoomChange(deltaZoomAmount, cameraState): Promise<void>
on
- on<K>(eventName, callback): UnSubscribe
Parameters
- eventName: K
- callback: ((event, cameraState) => void)
- (event, cameraState): void
Returns void