You are here

Zoom.php in Openlayers 7.3

Control: Zoom.

File

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

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

use Drupal\openlayers\Types\Control;

/**
 * Class Zoom.
 *
 * @OpenlayersPlugin(
 *  id = "Zoom",
 *  description = "Provides a button, one for zoom in and one for zoom out."
 * )
 */
class Zoom extends Control {

}

Classes

Namesort descending Description
Zoom Class Zoom.