PoiRepository

Constructors

Link copied to clipboard
constructor(localDb: InNavEngineDb)

Properties

Link copied to clipboard
val allPois: Flow<List<PoiTable>>

Functions

Link copied to clipboard
suspend fun delete(poiId: Int)
Link copied to clipboard
Link copied to clipboard
suspend fun getPoiById(poiId: Int): PoiTable
Link copied to clipboard
suspend fun insert(poi: PoiTable)