public function File::reverse in Geocoder 8.2
File
- src/
Geocoder/ Provider/ File.php, line 79
Class
- File
- Provides a file handler to be used by 'file' plugin.
Namespace
Drupal\geocoder\Geocoder\ProviderCode
public function reverse($latitude, $longitude) {
throw new UnsupportedOperation('The File plugin is not able to do reverse geocoding.');
}