mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.location
/
LocationError
Location
Error
open
class
LocationError
:
Serializable
Error code with brief explanation.
Constructors
Functions
Properties
Constructors
Location
Error
Link copied to clipboard
open
fun
LocationError
(
@
NonNull
code
:
LocationErrorCode
,
@
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
code
Link copied to clipboard
@
NonNull
@get:
NonNull
val
code
:
LocationErrorCode
message
Link copied to clipboard
@
NonNull
@get:
NonNull
val
message
:
String