Home > @magiclane/maps-sdk > DataSource > pushData

DataSource.pushData() method

Push the data to the data source

Signature:

pushData(senseData: SenseData): boolean;

Parameters

Parameter

Type

Description

senseData

SenseData

The data to push

Returns:

boolean

True if the push data type is available, false otherwise