You are here

DragRotate.php in Openlayers 7.3

Interaction: DragRotate.

File

src/Plugin/Interaction/DragRotate/DragRotate.php
View source
<?php

/**
 * @file
 * Interaction: DragRotate.
 */
namespace Drupal\openlayers\Plugin\Interaction\DragRotate;

use Drupal\openlayers\Types\Interaction;

/**
 * Class DragRotate.
 *
 * @OpenlayersPlugin(
 *  id = "DragRotate",
 *  description = "Allows the user to rotate the map by clicking and dragging on the map when the [ALT] and [SHIFT] keys are held down. This interaction is only supported for mouse devices."
 * )
 */
class DragRotate extends Interaction {

}

Classes

Namesort descending Description
DragRotate Class DragRotate.