You are here

DragRotateAndZoom.php in Openlayers 7.3

Interaction: DragRotateAndZoom.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class DragRotateAndZoom.
 *
 * @OpenlayersPlugin(
 *  id = "DragRotateAndZoom",
 *  description = "Allows the user to zoom and 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 DragRotateAndZoom extends Interaction {

}

Classes

Namesort descending Description
DragRotateAndZoom Class DragRotateAndZoom.