You are here

ScaleLine.php in Openlayers 7.3

Control: ScaleLine.

File

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

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

use Drupal\openlayers\Types\Control;

/**
 * Class ScaleLine.
 *
 * @OpenlayersPlugin(
 *  id = "ScaleLine",
 *  description = "A control displaying rough x-axis distances, calculated for the center of the viewport."
 * )
 */
class ScaleLine extends Control {

}

Classes

Namesort descending Description
ScaleLine Class ScaleLine.