You are here

Standard.php in Geolocation Field 8.3

File

modules/geolocation_google_maps/src/Plugin/geolocation/GeocoderCountryFormatting/Standard.php
View source
<?php

namespace Drupal\geolocation_google_maps\Plugin\geolocation\GeocoderCountryFormatting;

use Drupal\geolocation_google_maps\GoogleCountryFormattingBase;

/**
 * Provides germany address formatting.
 *
 * @GeocoderCountryFormatting(
 *   id = "google_geocoding_api_standard",
 * )
 */
class Standard extends GoogleCountryFormattingBase {

}

Classes

Namesort descending Description
Standard Provides germany address formatting.