Home > @magiclane/maps-sdk > GemView > registerPinchCallback
GemView.registerPinchCallback() method
Register a callback for pinch gesture events.
Signature:
registerPinchCallback(pinchCallback: PinchCallback | null): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
pinchCallback |
PinchCallback | null |
Callback invoked when a pinch gesture is detected. Pass null to unregister. |
Returns:
void