<?php
namespace ContainerLTu5Uzl;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getBazingaGeocoder_Provider_GoogleMapsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'bazinga_geocoder.provider.googleMaps' shared service.
*
* @return \Geocoder\Plugin\PluginProvider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder/Provider/Provider.php';
include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/PluginProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/PluginProviderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/ProviderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/AbstractFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/ProviderFactory/GoogleMapsFactory.php';
return $container->privates['bazinga_geocoder.provider.googleMaps'] = \Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory::createPluginProvider([0 => ($container->privates['bazinga_geocoder.provider.googleMaps.profiler'] ?? ($container->privates['bazinga_geocoder.provider.googleMaps.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('googleMaps')))], new \Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory(($container->services['httplug.client'] ?? $container->load('getHttplug_ClientService'))), ['api_key' => $container->getEnv('GOOGLE_API_KEY')]);
}
}