/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.freefloating/FreeFloatingLocationDao
FreeFloatingLocationDao
\ abstract class FreeFloatingLocationDao
Constructors
FreeFloatingLocationDao | constructor() |
Functions
Name | Summary |
---|---|
getAllByCellsAndLatLngBounds | abstract fun getAllByCellsAndLatLngBounds(cellIds: List<String>, southWestLat: Double, southWestLng: Double, northEastLat: Double, northEastLng: Double): Flowable<List<FreeFloatingLocationEntity>> |
getAllInCells | abstract fun getAllInCells(cellIds: List<String>): Flowable<List<FreeFloatingLocationEntity>> |
getById | abstract fun getById(id: String): FreeFloatingLocationEntity |
saveAll | abstract fun saveAll(freeFloatingLocations: List<FreeFloatingLocationEntity>) |