tripkit-android / com.skedgo.tripkit.data.database.locations.onstreetparking / OnStreetParkingDao

OnStreetParkingDao

interface OnStreetParkingDao

Functions

Name Summary
getByCellIds abstract fun getByCellIds(ids:List<String>, southWestLat:Double, southWestLng:Double, northEastLat:Double, northEastLng:Double): Flowable<List<OnStreetParkingEntity>>
saveAll abstract fun saveAll(onStreetParkings:List<OnStreetParkingEntity>):Unit