Table of Contents

Class MegaLocalizationResponse

Namespace
easyar
Assembly
EasyAR.Sense.dll

Response to Mega positioning request.

public class MegaLocalizationResponse
Inheritance
MegaLocalizationResponse

Fields

Blocks

Positioned BlockController. When positioned to a block, there is only one data in the list. The position and status of scene objects at event time do not correspond to event data.

public List<BlockController> Blocks

Field Value

ErrorMessage

Error message.

public Optional<string> ErrorMessage

Field Value

ExtraInfo

public string ExtraInfo

Field Value

ServerCalculationDuration

Server internal computation time (seconds).

public Optional<double> ServerCalculationDuration

Field Value

ServerResponseDuration

Server response time (seconds).

public Optional<double> ServerResponseDuration

Field Value

SpotVersionId

Location version ID. Available only when Landmark is enabled.

public Optional<string> SpotVersionId

Field Value

Status

Positioning status.

public MegaTrackerLocalizationStatus Status

Field Value

Timestamp

Timestamp when the request was sent.

public double Timestamp

Field Value