You are here

PinchRotate.php in Openlayers 7.3

Interaction: PinchRotate.

File

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

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

use Drupal\openlayers\Types\Interaction;

/**
 * Class PinchRotate.
 *
 * @OpenlayersPlugin(
 *  id = "PinchRotate",
 *  description = "Allows the user to rotate the map by twisting with two fingers on a touch screen."
 * )
 */
class PinchRotate extends Interaction {

}

Classes

Namesort descending Description
PinchRotate Class PinchRotate.