Home > @magiclane/maps-sdk > PinchSwipeCallback

PinchSwipeCallback type

Signature:

export type PinchSwipeCallback = (centerPosInPix: Point, zoomingSpeedInMMPerSec: number, rotatingSpeedInMMPerSec: number) => void;

References: Point