mapbox-maps-android
/
com.mapbox.maps.extension.observable.eventdata
/
SourceAddedEventData
Source
Added
Event
Data
data class
SourceAddedEventData
(begin:
Long
, end:
Long
?, id:
String
)
Content copied to clipboard
The data class for source-added event data in Observer
Constructors
Properties
Constructors
SourceAddedEventData
Link copied to clipboard
fun
SourceAddedEventData
(begin:
Long
, end:
Long
?, id:
String
)
Content copied to clipboard
Properties
begin
Link copied to clipboard
@
SerializedName
(
value =
begin
)
val
begin
:
Long
Content copied to clipboard
Representing timestamp taken at the time of an event creation, in microseconds, since the epoch.
end
Link copied to clipboard
@
SerializedName
(
value =
end
)
val
end
:
Long
?
Content copied to clipboard
For an interval events, an optional
end
property will be present that represents timestamp taken at the time of an event completion.
id
Link copied to clipboard
@
SerializedName
(
value =
id
)
val
id
:
String
Content copied to clipboard
The ID of the added source.