TomTom.php in Geocoder 8.3
Same filename and directory in other branches
Namespace
Drupal\geocoder\Plugin\Geocoder\ProviderFile
src/Plugin/Geocoder/Provider/TomTom.phpView source
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Provider;
use Drupal\geocoder\ConfigurableProviderUsingHandlerWithAdapterBase;
/**
* Provides a TomTom geocoder provider plugin.
*
* @GeocoderProvider(
* id = "tomtom",
* name = "TomTom",
* handler = "\Geocoder\Provider\TomTom\TomTom",
* arguments = {
* "apiKey" = ""
* }
* )
*/
class TomTom extends ConfigurableProviderUsingHandlerWithAdapterBase {
}