You are here

YandexControlTraffic.php in Geolocation Field 8.2

File

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

namespace Drupal\geolocation_yandex\Plugin\geolocation\MapFeature;


/**
 * Provides Traffic control element.
 *
 * @MapFeature(
 *   id = "yandex_control_traffic",
 *   name = @Translation("Map Control - Traffic"),
 *   description = @Translation("Add traffic to the map."),
 *   type = "yandex",
 * )
 */
class YandexControlTraffic extends ControlElementBase {

}

Classes

Namesort descending Description
YandexControlTraffic Provides Traffic control element.