/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.facility/FacilityRepository

FacilityRepository

interface FacilityRepository

Inheritors

FacilityRepositoryImpl

Functions

Name Summary
getFacilities abstract fun getFacilities(cellIds: List<String>): Observable<List<FacilityLocationEntity>>
getFacilitiesWithinBounds abstract fun getFacilitiesWithinBounds(cellIds: List<String>, southwest: GeoPoint, northEast: GeoPoint): Observable<List<FacilityLocationEntity>>
getFacility abstract fun getFacility(id: String): Single<FacilityLocationEntity>
saveFacilities abstract fun saveFacilities(key: String, facilities: List<FacilityLocationEntity>): Completable