tripkit-android / com.skedgo.tripkit.data.database.locations.bikepods / BikePodRepositoryImpl
BikePodRepositoryImpl
class BikePodRepositoryImpl :
BikePodRepository
Constructors
Name | Summary |
---|---|
<init> | BikePodRepositoryImpl(tripGoDatabase2: TripKitDatabase ) |
Properties
Name | Summary |
---|---|
tripGoDatabase2 | val tripGoDatabase2: TripKitDatabase |
Functions
Name | Summary |
---|---|
getBikePod | fun getBikePod(id: String ): Single< BikePodLocationEntity > |
getBikePods | fun getBikePods(cellIds: List < String >): Observable< List < BikePodLocationEntity >> |
getBikePodsWithinBounds | fun getBikePodsWithinBounds(cellIds: List < String >, southwest: GeoPoint , northEast: GeoPoint ): Observable< List < BikePodLocationEntity >> |
saveBikePods | fun saveBikePods(key: String , bikePods: List < BikePodLocationEntity >): Completable |