You are here

KeyboardPan.php in Openlayers 7.3

Interaction: KeyboardPan.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class KeyboardPan.
 *
 * @OpenlayersPlugin(
 *  id = "KeyboardPan",
 *  description = "Allows the user to pan the map using keyboard arrows."
 * )
 */
class KeyboardPan extends Interaction {

}

Classes

Namesort descending Description
KeyboardPan Class KeyboardPan.