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