tripkit-android / com.skedgo.tripkit.data.database.locations.carpods / CarPodDao / getCarPodsByCellIdsWithinBounds
getCarPodsByCellIdsWithinBounds
abstract fun getCarPodsByCellIdsWithinBounds(cellIds:
List
<
String
>, southWestLat:
Double
, southWestLng:
Double
, northEastLat:
Double
, northEastLng:
Double
): Flowable<
List
<
CarPodEntity
>>