/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.bikepods/BikePodRepository
BikePodRepository
interface BikePodRepository
Inheritors
BikePodRepositoryImpl |
Functions
Name | Summary |
---|---|
getBikePod | abstract fun getBikePod(id: String): Single<BikePodLocationEntity> |
getBikePods | abstract fun getBikePods(cellIds: List<String>): Observable<List<BikePodLocationEntity>> |
getBikePodsWithinBounds | abstract fun getBikePodsWithinBounds(cellIds: List<String>, southwest: GeoPoint, northEast: GeoPoint): Observable<List<BikePodLocationEntity>> |
saveBikePods | abstract fun saveBikePods(key: String, bikePods: List<BikePodLocationEntity>): Completable |