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