On this page

Type Alias DragRotateHandlerOptions

type DragRotateHandlerOptions = {
    pitchWithRotate: boolean;
    rollEnabled: boolean;
}
Index

Properties

pitchWithRotate: boolean

Control the map pitch in addition to the bearing

true
rollEnabled: boolean

Control the map roll in addition to the bearing

false
Was this helpful?
SDK JS
Reference
DragRotateHandlerOptions