On this page

Interface DragRotateResult

Will be removed from public API in MapTiler SDK v4

interface DragRotateResult {
    around?: Point;
    bearingDelta: number;
    panDelta?: Point;
    pitchDelta?: number;
    rollDelta?: number;
}

Hierarchy (View Summary)

Index

Properties

around?: Point
bearingDelta: number
panDelta?: Point
pitchDelta?: number
rollDelta?: number
Was this helpful?
SDK JS
Reference
DragRotateResult