MapDisablePOI.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MapDisablePOI.phpView source
<?php
namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;
use Drupal\geolocation\MapFeatureFrontendBase;
/**
* Provides marker infowindow.
*
* @MapFeature(
* id = "map_disable_poi",
* name = @Translation("Disable POIs"),
* description = @Translation("Disable points of interest feature. Attention: May interfere with MapStyle."),
* type = "google_maps",
* )
*/
class MapDisablePOI extends MapFeatureFrontendBase {
}
Classes
Name | Description |
---|---|
MapDisablePOI | Provides marker infowindow. |