ArcGISOnline.php in Geocoder 8.3
Same filename and directory in other branches
Namespace
Drupal\geocoder\Plugin\Geocoder\ProviderFile
src/Plugin/Geocoder/Provider/ArcGISOnline.phpView source
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Provider;
use Drupal\geocoder\ConfigurableProviderUsingHandlerWithAdapterBase;
/**
* Provides an ArcGisOnline geocoder provider plugin.
*
* @GeocoderProvider(
* id = "arcgisonline",
* name = "ArcGisOnline",
* handler = "\Geocoder\Provider\ArcGISOnline\ArcGISOnline",
* arguments = {
* "sourceCountry" = ""
* }
* )
*/
class ArcGisOnline extends ConfigurableProviderUsingHandlerWithAdapterBase {
}
Classes
Name | Description |
---|---|
ArcGisOnline | Provides an ArcGisOnline geocoder provider plugin. |