Exif

data class Exif(val exifVersion: String, val dateTime: String, val imageWidth: Int?, val imageLength: Int?, val gpsLatitude: Double?, val gpsLongitude: Double?)

Exif metadata of a still image.

Constructors

Link copied to clipboard
constructor(exif: ExifInfo)
constructor(exifVersion: String, dateTime: String, imageWidth: Int?, imageLength: Int?, gpsLatitude: Double?, gpsLongitude: Double?)

Properties

Link copied to clipboard

File created or updated date and time

Link copied to clipboard

EXIF Support version

Link copied to clipboard

GPS latitude if exists.

Link copied to clipboard

GPS longitude if exists.

Link copied to clipboard

Image height (pixel). Theta X returns null.

Link copied to clipboard

Image width (pixel). Theta X returns null.