You are here

OverviewMap.php in Openlayers 7.3

Control: OverviewMap.

File

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

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

use Drupal\openlayers\Types\Control;

/**
 * Class OverviewMap.
 *
 * @OpenlayersPlugin(
 *  id = "OverviewMap",
 *  description = "Create a new control with a map acting as an overview map for an other defined map."
 * )
 */
class OverviewMap extends Control {

}

Classes

Namesort descending Description
OverviewMap Class OverviewMap.