devicePositions

@JvmName(name = "getDevicePositionHistoryResponseDevicePosition")
fun Flow<GetDevicePositionHistoryResponse>.devicePositions(): Flow<DevicePosition>

This paginator transforms the flow returned by getDevicePositionHistoryPaginated to access the nested member DevicePosition

Return

A kotlinx.coroutines.flow.Flow that can collect DevicePosition