tripkit-android / com.skedgo.tripkit.data.database.locations.bikepods / BikePodRepository / getBikePodsWithinBounds
getBikePodsWithinBounds
abstract fun getBikePodsWithinBounds(cellIds:
List
<
String
>, southwest:
GeoPoint
, northEast:
GeoPoint
): Observable<
List
<
BikePodLocationEntity
>>