You are here

Rotate.php in Openlayers 7.3

Control: Rotate.

File

src/Plugin/Control/Rotate/Rotate.php
View source
<?php

/**
 * @file
 * Control: Rotate.
 */
namespace Drupal\openlayers\Plugin\Control\Rotate;

use Drupal\openlayers\Types\Control;

/**
 * Class Rotate.
 *
 * @OpenlayersPlugin(
 *  id = "Rotate",
 *  description = "Provides a button control to reset rotation to 0."
 * )
 */
class Rotate extends Control {

}

Classes

Namesort descending Description
Rotate Class Rotate.