mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.experimental.geofencing
/
GeofencingError
Geofencing
Error
open
class
GeofencingError
:
Serializable
Geofencing error code with brief explanation.
Constructors
Functions
Properties
Constructors
Geofencing
Error
Link copied to clipboard
open
fun
GeofencingError
(
@
NonNull
type
:
GeofencingErrorType
,
@
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
val
message
:
String
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
GeofencingErrorType