mapbox-maps-android
/
com.mapbox.maps
/
StylePackError
androidJvm
Style
Pack
Error
open class
StylePackError
:
Serializable
Content copied to clipboard
Describes a style package load request error.
Constructors
Functions
Properties
Constructors
StylePackError
Link copied to clipboard
androidJvm
open fun
StylePackError
(type:
StylePackErrorType
, message:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
androidJvm
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
Properties
message
Link copied to clipboard
androidJvm
@
NonNull
()
private val
message
:
String
Content copied to clipboard
type
Link copied to clipboard
androidJvm
@
NonNull
()
private val
type
:
StylePackErrorType
Content copied to clipboard