You are here

ZoomToExtent.php in Openlayers 7.3

Control: ZoomExtent.

File

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

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

use Drupal\openlayers\Types\Control;

/**
 * Class ZoomToExtent.
 *
 * @OpenlayersPlugin(
 *  id = "ZoomToExtent",
 *  description = "A button control which, when pressed, changes the map view to a specific extent."
 * )
 */
class ZoomToExtent extends Control {

}

Classes

Namesort descending Description
ZoomToExtent Class ZoomToExtent.