pub fn compute_geolocation(tags: &[Tag]) -> Option<Vec<Tag>>Expand description
Reverse geocode GPS position using Geolocation.dat.
Reverse-geocode Geolocation* tags from GPS coordinates.
ExifTool only emits these with the Geolocation API option enabled, so the
caller gates this on Options::geolocation (off by default).