MapLoadErrorType

Deprecated

This enum class is deprecated, and will be removed in next major release.

Replace with

MapLoadingErrorType

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

Parameters

value

String value of this enum

Entries

Link copied to clipboard
@SerializedName(value = "style")
STYLE

An error related to style.

Link copied to clipboard
@SerializedName(value = "sprite")
SPRITE

An error related to sprite.

Link copied to clipboard
@SerializedName(value = "source")
SOURCE

An error related to source.

Link copied to clipboard
@SerializedName(value = "tile")
TILE

An error related to tile.

Link copied to clipboard
@SerializedName(value = "glyphs")
GLYPHS

An error related to glyphs.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

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