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 a block is positioned, there will be only one data in the list. The position and state of objects in the scene have no corresponding relationship with the data in the event when the event occurs.

public List<BlockController> Blocks

Field Value

ErrorMessage

Error message.

public Optional<string> ErrorMessage

Field Value

ExtraInfo

public string ExtraInfo

Field Value

ServerCalculationDuration

Server internal calculation 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 easyar.MegaApiType.Landmark is enabled.

public Optional<string> SpotVersionId

Field Value

Status

Positioning status.

public MegaTrackerLocalizationStatus Status

Field Value

Timestamp

Timestamp when sending the request.

public double Timestamp

Field Value