On this page

Interface DragRollResult

Will be removed from public API in MapTiler SDK v4

interface DragRollResult {
    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
DragRollResult