MapDisableUserInteraction.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MapDisableUserInteraction.phpView source
<?php
namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;
use Drupal\geolocation\MapFeatureFrontendBase;
/**
* Provides marker infowindow.
*
* @MapFeature(
* id = "map_disable_user_interaction",
* name = @Translation("Disable User Interaction"),
* description = @Translation("Disable any zooming or panning by interaction from the user."),
* type = "google_maps",
* )
*/
class MapDisableUserInteraction extends MapFeatureFrontendBase {
}
Classes
Name | Description |
---|---|
MapDisableUserInteraction | Provides marker infowindow. |