Table of Contents

Interface MegaLocalizationResult

Namespace
easyar

MegaLocalizationResult Localization Result.

Properties

block

Located Block, null when localization fails.

block: BlockController | null;

Property Value

msg

Localization result exception information, empty string when no exception.

msg: string;

Property Value

requestTimestamp

Localization request timestamp.

requestTimestamp: number;

Property Value

serverCalculation

Service computation time.

serverCalculation: number;

Property Value

serverResponse

Service response time.

serverResponse: number;

Property Value

status

Localization result status.

status: easyar.MegaLocalizationStatus;

Property Value