tripkit-android / com.skedgo.tripkit.data.database.locations.bikepods / BikePodRepository
BikePodRepository
interface BikePodRepository
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 |
Inheritors
Name | Summary |
---|---|
BikePodRepositoryImpl | class BikePodRepositoryImpl : BikePodRepository |