/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.bikepods/BikePodDao

BikePodDao

\ abstract class BikePodDao

Constructors

BikePodDao constructor()

Functions

Name Summary
getAllByCellsAndLatLngBounds abstract fun getAllByCellsAndLatLngBounds(cellIds: List<String>, southWestLat: Double, southWestLng: Double, northEastLat: Double, northEastLng: Double): Flowable<List<BikePodLocationEntity>>
getAllInCells abstract fun getAllInCells(cellIds: List<String>): Flowable<List<BikePodLocationEntity>>
getById abstract fun getById(id: String): BikePodLocationEntity
saveAll abstract fun saveAll(bikePods: List<BikePodLocationEntity>)