You are here

function geocoder_exif_field in Geocoder 7

Plugin callback.

1 string reference to 'geocoder_exif_field'
exif.inc in plugins/geocoder_handler/exif.inc

File

plugins/geocoder_handler/exif.inc, line 49

Code

function geocoder_exif_field($field, $field_item) {
  if ($field_item['fid']) {
    $file = file_load($field_item['fid']);
    return geocoder_exif($file->uri);
  }
}