You are here

PhotonStandard.php in Geolocation Field 8.3

File

modules/geolocation_leaflet/src/Plugin/geolocation/GeocoderCountryFormatting/PhotonStandard.php
View source
<?php

namespace Drupal\geolocation_leaflet\Plugin\geolocation\GeocoderCountryFormatting;

use Drupal\geolocation_leaflet\NominatimCountryFormattingBase;

/**
 * Provides default address formatting.
 *
 * @GeocoderCountryFormatting(
 *   id = "photon_standard",
 * )
 */
class PhotonStandard extends NominatimCountryFormattingBase {

}

Classes

Namesort descending Description
PhotonStandard Provides default address formatting.