Mapbox Maps Android
/
com.mapbox.maps.extension.observable.model
/
IDStringEventData
I
D
String
Event
Data
The data class for the object that only contains an ID.
data class
IDStringEventData
(id:
String
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
IDStringEventData
Link copied to clipboard
fun
IDStringEventData
(id:
String
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(id:
String
):
IDStringEventData
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
The ID of the returned event.
@
SerializedName
(
value =
"id"
)
val
id
:
String
Content copied to clipboard