Package-level declarations
Types
Link copied to clipboard
Main Room database for the app. Holds both Tracks and Waypoints tables.
Link copied to clipboard
data class TrackEntity(val trackId: Int = 0, val name: String, val description: String?, val createdAt: Long)
Room database entity representing a Track.
Link copied to clipboard
Link copied to clipboard