Available

class Available(val regionId: String, val isAsap: Boolean, val currentVersion: String, val latestVersion: String) : TilesetUpdateAvailabilityResult

Indicates that tileset updates are available for the region.

Parameters

regionId

ID of the region for which update is available/required

isAsap

True if the current version is not recommended to be used and should be updated ASAP

currentVersion

Current version of the downloaded tileset

latestVersion

Latest version of the tileset available

Constructors

Link copied to clipboard
constructor(regionId: String, isAsap: Boolean, currentVersion: String, latestVersion: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.