You are here

DragZoom.php in Openlayers 7.3

Interaction: DragZoom.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class DragZoom.
 *
 * @OpenlayersPlugin(
 *  id = "DragZoom",
 *  description = "Allows the user to zoom the map by clicking and dragging on the map when the [ALT] and [SHIFT] keys are held down."
 * )
 */
class DragZoom extends Interaction {

}

Classes

Namesort descending Description
DragZoom Class DragZoom.