You are here

YandexControlZoom.php in Geolocation Field 8.3

File

modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlZoom.php
View source
<?php

namespace Drupal\geolocation_yandex\Plugin\geolocation\MapFeature;


/**
 * Provides Zoom control element.
 *
 * @MapFeature(
 *   id = "yandex_control_zoom",
 *   name = @Translation("Map Control - Zoom"),
 *   description = @Translation("Add buttons to zoom the map."),
 *   type = "yandex",
 * )
 */
class YandexControlZoom extends ControlElementBase {

}

Classes

Namesort descending Description
YandexControlZoom Provides Zoom control element.