/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.freefloating/FreeFloatingRepository
FreeFloatingRepository
interface FreeFloatingRepository
Inheritors
FreeFloatingRepositoryImpl |
Functions
Name | Summary |
---|---|
getFreeFloatingLocation | abstract fun getFreeFloatingLocation(id: String): Single<FreeFloatingLocationEntity> |
getFreeFloatingLocations | abstract fun getFreeFloatingLocations(cellIds: List<String>): Observable<List<FreeFloatingLocationEntity>> |
getFreeFloatingLocationsWithinBounds | abstract fun getFreeFloatingLocationsWithinBounds(cellIds: List<String>, southwest: GeoPoint, northEast: GeoPoint): Observable<List<FreeFloatingLocationEntity>> |
saveFreeFloatingLocations | abstract fun saveFreeFloatingLocations(key: String, freeFloatingLocations: List<FreeFloatingLocationEntity>): Completable |