Table of Contents

Interface MegaLocalizationResult

名前空間
easyar

MegaLocalizationResult 位置情報の結果。

プロパティ

block

位置特定されたBlock,位置失敗時はnull。

block: BlockController | null;

msg

位置情報結果例外情報,例外無し時は空文字列。

msg: string;

requestTimestamp

位置要求タイムスタンプ。

requestTimestamp: number;

serverCalculation

サービス計算時間。

serverCalculation: number;

serverResponse

サービス応答時間。

serverResponse: number;

status

位置情報結果ステータス。

status: easyar.MegaLocalizationStatus;