Table of Contents

Interface MegaLocalizationResult

名前空間
easyar

位置特定結果。

プロパティ

block

位置特定されたブロック、位置特定失敗時にnull。

block: BlockController | null;

msg

位置特定結果の異常情報、異常なし時は空文字列。

msg: string;

requestTimestamp

位置特定リクエストのタイムスタンプ。

requestTimestamp: number;

serverCalculation

サービスの計算時間。

serverCalculation: number;

serverResponse

サービスの応答時間。

serverResponse: number;

status

位置特定結果の状態。

status: easyar.MegaLocalizationStatus;