You are here

PinchZoom.php in Openlayers 7.3

Interaction: PinchZoom.

File

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

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

use Drupal\openlayers\Types\Interaction;

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

}

Classes

Namesort descending Description
PinchZoom Class PinchZoom.