PackdataService

interface PackdataService

A service that downloads offline packdata for a map.

Functions

Link copied to clipboard
abstract suspend fun downloadPackdata(): Packdata

Downloads the current packdata for the map.

Link copied to clipboard
abstract suspend fun isNewPackdataAvailable(eTag: String): Boolean

Checks whether a newer packdata is available than the one identified by the given ETag.