class Geohash in Geocoder 8.2
Same name in this branch
- 8.2 modules/geocoder_geofield/src/Geocoder/Dumper/Geohash.php \Drupal\geocoder_geofield\Geocoder\Dumper\Geohash
- 8.2 modules/geocoder_geofield/src/Plugin/Geocoder/Dumper/Geohash.php \Drupal\geocoder_geofield\Plugin\Geocoder\Dumper\Geohash
Same name and namespace in other branches
- 8.3 modules/geocoder_geofield/src/Geocoder/Dumper/Geohash.php \Drupal\geocoder_geofield\Geocoder\Dumper\Geohash
Class for Geohash.
Hierarchy
Expanded class hierarchy of Geohash
File
- modules/
geocoder_geofield/ src/ Geocoder/ Dumper/ Geohash.php, line 11
Namespace
Drupal\geocoder_geofield\Geocoder\DumperView source
class Geohash extends Geometry implements Dumper {
/**
* Dumper.
*
* @var \Geocoder\Dumper\Dumper
*/
protected $dumper;
/**
* Geophp interface.
*
* @var \Drupal\geofield\GeoPHP\GeoPHPInterface
*/
protected $geophp;
/**
* {@inheritdoc}
*/
public function dump(Address $address) {
return parent::dump($address)
->out('geohash');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Geohash:: |
protected | property |
Dumper. Overrides Geometry:: |
|
Geohash:: |
protected | property |
Geophp interface. Overrides Geometry:: |
|
Geohash:: |
public | function |
Overrides Geometry:: |
|
Geometry:: |
public | function |