tripkit-android / com.skedgo.tripkit.data.database.locations.onstreetparking / OnStreetParkingDao / getByCellIds
getByCellIds
abstract fun getByCellIds(ids:
List
<
String
>, southWestLat:
Double
, southWestLng:
Double
, northEastLat:
Double
, northEastLng:
Double
): Flowable<
List
<
OnStreetParkingEntity
>>