TilesetUpdateAvailabilityResult

Result of checking tileset update availability for a specific region. This sealed class represents the outcome of checking whether a tileset update is available for a given region. It can indicate either that no updates are needed or that updates are available with additional metadata.

See also

Inheritors

Types

Link copied to clipboard
class Available(val regionId: String, val isAsap: Boolean, val currentVersion: String, val latestVersion: String) : TilesetUpdateAvailabilityResult

Indicates that tileset updates are available for the region.

Link copied to clipboard

Indicates that no tileset updates are available for the region. This result is returned when the currently downloaded tileset version is up to date with the latest available version.