Home > @magiclane/maps-sdk > SensorConfiguration

SensorConfiguration class

Sensor configuration base class

Signature:

export declare class SensorConfiguration 

Constructors

Constructor

Modifiers

Description

(constructor)()

Constructs a new instance of the SensorConfiguration class

Properties

Property

Modifiers

Type

Description

_config

protected

Record<string, string>

sensorFrequency

number | null

The sensor frequency

timestamp

number | null

The timestamp

Methods

Method

Modifiers

Description

fromJson(json)

static

toJson()