You are here

DragBox.php in Openlayers 7.3

Interaction: DragBox.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class DragBox.
 *
 * @OpenlayersPlugin(
 *  id = "DragBox"
 * )
 */
class DragBox extends Interaction {

}

Classes

Namesort descending Description
DragBox Class DragBox.