You are here

Geopunt.php in Geocoder 8.3

File

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

namespace Drupal\geocoder\Plugin\Geocoder\Provider;

use Drupal\geocoder\ProviderUsingHandlerWithAdapterBase;

/**
 * Provides a Geopunt geocoder provider plugin.
 *
 * @GeocoderProvider(
 *   id = "geopunt",
 *   name = "Geopunt",
 *   handler = "\Geocoder\Provider\Geopunt\Geopunt"
 * )
 */
class Geopunt extends ProviderUsingHandlerWithAdapterBase {

}

Classes

Namesort descending Description
Geopunt Provides a Geopunt geocoder provider plugin.