mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
TileStoreImportError
Tile
Store
Import
Error
@
MapboxExperimental
open
class
TileStoreImportError
:
Serializable
Describes a tile store import operation error.
Constructors
Functions
Properties
Constructors
Tile
Store
Import
Error
Link copied to clipboard
open
fun
TileStoreImportError
(
@
NonNull
type
:
TileStoreImportErrorType
,
@
NonNull
message
:
String
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
message
Link copied to clipboard
@
NonNull
@get:
NonNull
@get:
MapboxExperimental
val
message
:
String
type
Link copied to clipboard
@
NonNull
@get:
NonNull
@get:
MapboxExperimental
val
type
:
TileStoreImportErrorType