You are here

KeyboardZoom.php in Openlayers 7.3

Interaction: KeyboardZoom.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class KeyboardZoom.
 *
 * @OpenlayersPlugin(
 *  id = "KeyboardZoom",
 *  description = "Allows the user to zoom the map using keyboard [+] and [-]."
 * )
 */
class KeyboardZoom extends Interaction {

}

Classes

Namesort descending Description
KeyboardZoom Class KeyboardZoom.