TileRegionErrorType(androidJvm)

Describes the reason for a tile region download request failure.

enum TileRegionErrorType(androidJvm)

Constructors

TileRegionErrorType
Link copied to clipboard
open fun TileRegionErrorType(str: String)

Entries

CANCELED
Link copied to clipboard

The operation was canceled.

DOES_NOT_EXIST
Link copied to clipboard

tile region does not exist.

TILESET_DESCRIPTOR
Link copied to clipboard

Tileset descriptors resolving failed.

DISK_FULL
Link copied to clipboard

There is no available space to store the resources

OTHER
Link copied to clipboard

Other reason.

TILE_COUNT_EXCEEDED
Link copied to clipboard

The region contains more tiles than allowed.

Functions

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