TileRegionError

open class TileRegionError : Serializable

Describes a tile region load request error.

Constructors

TileRegionError
Link copied to clipboard
open fun TileRegionError(@NonNull type: TileRegionErrorType, @NonNull message: String)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

message
Link copied to clipboard
private val message: String
type
Link copied to clipboard
private val type: TileRegionErrorType