mapbox-maps-android
/
com.mapbox.maps.extension.observable.eventdata
/
MapIdleEventData
Map
Idle
Event
Data
data class
MapIdleEventData
(begin:
Long
, end:
Long
?)
Content copied to clipboard
The data class for map-idle event data in Observer
Constructors
Properties
Constructors
MapIdleEventData
Link copied to clipboard
fun
MapIdleEventData
(begin:
Long
, end:
Long
?)
Content copied to clipboard
On this page
On this page
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.
On this page
On this page