tripkit-android / com.skedgo.tripkit.data.database.locations.bikepods / BikePodDao
BikePodDao
abstract class BikePodDao
Constructors
Name | Summary |
---|---|
<init> | BikePodDao() |
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 >): Unit |