MapLoadErrorType

enum MapLoadErrorType : Enum<MapLoadErrorType>

Describes an error type while loading the map. Defines what resource could not be loaded.

Parameters

value

String value of this enum

Entries

STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")
An error related to style.
SPRITE
Link copied to clipboard
@SerializedName(value = "sprite")
SPRITE("sprite")
An error related to sprite.
SOURCE
Link copied to clipboard
@SerializedName(value = "source")
SOURCE("source")
An error related to source.
TILE
Link copied to clipboard
@SerializedName(value = "tile")
TILE("tile")
An error related to tile.
GLYPHS
Link copied to clipboard
@SerializedName(value = "glyphs")
GLYPHS("glyphs")
An error related to glyphs.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MapLoadErrorType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MapLoadErrorType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String
String value of this enum