You are here

LeafletControlZoom.php in Geolocation Field 8.3

File

modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletControlZoom.php
View source
<?php

namespace Drupal\geolocation_leaflet\Plugin\geolocation\MapFeature;


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

}

Classes

Namesort descending Description
LeafletControlZoom Provides Zoom control element.