You are here

Draw.php in Openlayers 7.3

Interaction: Draw.

File

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

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

use Drupal\openlayers\Types\Interaction;

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

}

Classes

Namesort descending Description
Draw Class Draw.