YandexControlZoom.php in Geolocation Field 8.2
Same filename and directory in other branches
File
modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexControlZoom.phpView 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
Name | Description |
---|---|
YandexControlZoom | Provides Zoom control element. |