geocoder-8.x-3.x-dev/src/Plugin/Geocoder/Provider/Bpost.php
src/Plugin/Geocoder/Provider/Bpost.php
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Provider;
use Drupal\geocoder\ConfigurableProviderUsingHandlerWithAdapterBase;
/**
* Provides a BPost geocoder provider plugin.
*
* @GeocoderProvider(
* id = "bpost",
* name = "bpost",
* handler = "\Geocoder\Provider\bpost\bpost",
* arguments = {}
* )
*/
class Bpost extends ConfigurableProviderUsingHandlerWithAdapterBase {}
