TilesetVersion
class TilesetVersion
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.
Parameters
versionName
The version name string in format YYYY_MM_DD-HH_MM_SS
releaseDate
The release date parsed from the version name, or null if date is unknown
isLatest
Whether this is the latest available version
isBlocked
Whether this version is blocked and should not be used