Switzerland.php in Geolocation Field 8.2
Same filename in this branch
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/GeocoderCountryFormatting/Switzerland.phpView source
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\GeocoderCountryFormatting;
use Drupal\geolocation_leaflet\NominatimRoadFirstFormattingBase;
/**
* Provides address formatting.
*
* @GeocoderCountryFormatting(
* id = "nominatim_ch",
* country_code = "ch",
* geocoder = "nominatim",
* )
*/
class Switzerland extends NominatimRoadFirstFormattingBase {
}
Classes
Name | Description |
---|---|
Switzerland | Provides address formatting. |