import Foundation /// A photo captured (or picked) along with the GPS coordinate at which the /// user took it. PhotosPicker-sourced images have `location == nil`. struct CapturedPhoto { let data: Data let location: GPSPoint? }