You are here

YandexClusterer.php in Geolocation Field 8.3

File

modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/YandexClusterer.php
View source
<?php

namespace Drupal\geolocation_yandex\Plugin\geolocation\MapFeature;

use Drupal\geolocation\MapFeatureFrontendBase;

/**
 * Provides marker clusterer.
 *
 * @MapFeature(
 *   id = "yandex_clusterer",
 *   name = @Translation("Clusterer"),
 *   description = @Translation("Cluster close markers together."),
 *   type = "yandex",
 * )
 */
class YandexClusterer extends MapFeatureFrontendBase {

}

Classes

Namesort descending Description
YandexClusterer Provides marker clusterer.