select Images With Geo Location And Administrative Unit Name
abstract fun selectImagesWithGeoLocationAndAdministrativeUnitName(): Flow<List<ImageWithAdministrativeUnitNameAndGeoLocation>>
Retrieves a Flow of Lists containing all Image objects with their associated GeoLocation and potentially their AdministrativeUnitName data.
This method uses a transaction and a custom SQL query to retrieve all Image data from the database. The emitted Lists within the Flow might contain Image objects with null AdministrativeUnitName if the data is not available.
Return
a Flow that emits Lists of ImageWithAdministrativeUnitNameAndGeoLocation objects.