Class DragRotateHandler

The DragRotateHandler allows the user to rotate the map by clicking and dragging the cursor while holding the right mouse button or ctrl key.

Methods

  • Disables the "drag to rotate" interaction.

    Returns void

    Example

    map.dragRotate.disable();
    
  • Enables the "drag to rotate" interaction.

    Returns void

    Example

    map.dragRotate.enable();
    
  • Returns a Boolean indicating whether the "drag to rotate" interaction is active, i.e. currently being used.

    Returns boolean

    true if the "drag to rotate" interaction is active.

  • Returns a Boolean indicating whether the "drag to rotate" interaction is enabled.

    Returns boolean

    true if the "drag to rotate" interaction is enabled.