You are here

DoubleClickZoom.php in Openlayers 7.3

Interaction: DoubleClickZoom.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class DoubleClickZoom.
 *
 * @OpenlayersPlugin(
 *  id = "DoubleClickZoom",
 *  description = "Allows the user to zoom by double-clicking on the map."
 * )
 */
class DoubleClickZoom extends Interaction {

}

Classes

Namesort descending Description
DoubleClickZoom Class DoubleClickZoom.