Image View Data
data class ImageViewData(val uri: String, val byteArray: ByteArray, val date: String, val geoLocation: GeoLocationViewData)
The data necessary for displaying the Image on the View.
The data necessary for displaying the Image on the View.