You are here

Pointer.php in Openlayers 7.3

Interaction: Pointer.

File

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

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

use Drupal\openlayers\Types\Interaction;

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

}

Classes

Namesort descending Description
Pointer Class Pointer.