Package-level declarations
Types
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.
Represents a tileset version with its release date and metadata. This class encapsulates information about a specific tileset version including its identifier, release date, and status flags. Version names follow the format YYYY_MM_DD-HH_MM_SS which allows for lexicographic sorting to determine the latest version.
Manager for checking offline tileset version availability and update requirements. This interface provides functionality to check for available tileset versions and determine if downloaded tilesets need updates based on version comparison and age thresholds.