Gas Station DAO
interface GasStationDAO
Content copied to clipboard
Functions
delete
Link copied to clipboard
get All
Link copied to clipboard
get All Live
Link copied to clipboard
get By Ids Live
Link copied to clipboard
get Gas Station
Link copied to clipboard
get In Bounding Box
Link copied to clipboard
abstract fun getInBoundingBox(minLat: Double, maxLat: Double, minLon: Double, maxLon: Double): List<GasStation>
Content copied to clipboard
get In Bounding Box Live
Link copied to clipboard
abstract fun getInBoundingBoxLive(minLat: Double, maxLat: Double, minLon: Double, maxLon: Double): LiveData<List<GasStation>>
Content copied to clipboard
insert Gas Stations
Link copied to clipboard
abstract fun insertGasStations(gasStations: List<GasStation>): List<Long>
Content copied to clipboard