public function GeoJsonFile::getName in Geocoder 8.2
Same name and namespace in other branches
- 8.3 modules/geocoder_geofield/src/Geocoder/Provider/GeoJsonFile.php \Drupal\geocoder_geofield\Geocoder\Provider\GeoJsonFile::getName()
Returns the Geometry provider's name.
Return value
string The GeometryProvider name.
Overrides AbstractGeometryProvider::getName
File
- modules/
geocoder_geofield/ src/ Geocoder/ Provider/ GeoJsonFile.php, line 20
Class
- GeoJsonFile
- Provides a file handler to be used by 'geojsonfile' plugin.
Namespace
Drupal\geocoder_geofield\Geocoder\ProviderCode
public function getName() : string {
return 'geojsonfile';
}