You are here

Yandex.php in Geocoder 8.3

File

src/Plugin/Geocoder/Provider/Yandex.php
View source
<?php

namespace Drupal\geocoder\Plugin\Geocoder\Provider;

use Drupal\geocoder\ConfigurableProviderUsingHandlerWithAdapterBase;

/**
 * Provides a Yandex geocoder provider plugin.
 *
 * @GeocoderProvider(
 *   id = "yandex",
 *   name = "Yandex",
 *   handler = "\Geocoder\Provider\Yandex\Yandex",
 *   arguments = {
 *     "toponym" = "",
 *     "apiKey" = ""
 *   }
 * )
 */
class Yandex extends ConfigurableProviderUsingHandlerWithAdapterBase {

}

Classes

Namesort descending Description
Yandex Provides a Yandex geocoder provider plugin.