geolocation-8.x-3.x-dev/modules/geolocation_google_maps/src/Plugin/geolocation/GeocoderCountryFormatting/Standard.php
modules/geolocation_google_maps/src/Plugin/geolocation/GeocoderCountryFormatting/Standard.php
<?php
namespace Drupal\geolocation_google_maps\Plugin\geolocation\GeocoderCountryFormatting;
use Drupal\geolocation\Attribute\GeocoderCountryFormatting;
use Drupal\geolocation_google_maps\GoogleCountryFormattingBase;
/**
* Provides germany address formatting.
*/
#[GeocoderCountryFormatting(id: 'google_geocoding_api_standard')]
class Standard extends GoogleCountryFormattingBase {
}
