tripkit-android / com.skedgo.tripkit.data.database.locations.bikepods / BikePodDao / getAllByCellsAndLatLngBounds
getAllByCellsAndLatLngBounds
abstract fun getAllByCellsAndLatLngBounds(cellIds:
List
<
String
>, southWestLat:
Double
, southWestLng:
Double
, northEastLat:
Double
, northEastLng:
Double
): Flowable<
List
<
BikePodLocationEntity
>>