You are here

MapDisablePOI.php in Geolocation Field 8.3

File

modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MapDisablePOI.php
View 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

Namesort descending Description
MapDisablePOI Provides marker infowindow.