Home > @magiclane/maps-sdk > Playback > getLatestData
Playback.getLatestData() method
The latest data from the DataSource.
Signature:
getLatestData(type: DataType): SenseData | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
type |
The type for which to get the sense data |
Returns:
SenseData | null
The SenseData object if it exists, otherwise null.