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