Table of Contents

Interface MegaLocalizationResult

Namespace
easyar

Localization result.

Properties

block

Localized Block, null when localization fails.

block: BlockController | null;

msg

Exception information of the localization result, an empty string when there is no exception.

msg: string;

requestTimestamp

Localization request timestamp.

requestTimestamp: number;

serverCalculation

Service computation time.

serverCalculation: number;

serverResponse

Service response duration.

serverResponse: number;

status

Localization result status.

status: easyar.MegaLocalizationStatus;