Yandex.php in Geocoder 8.3
Same filename and directory in other branches
Namespace
Drupal\geocoder\Plugin\Geocoder\ProviderFile
src/Plugin/Geocoder/Provider/Yandex.phpView 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 {
}