Interface MegaLocalizationResult
- Namespace
- easyar
Location result.
Properties
block
Located Block, null when positioning fails.
block: BlockController | null;
msg
Location result exception information, empty string when no exception.
msg: string;
requestTimestamp
Location request timestamp.
requestTimestamp: number;
serverCalculation
Service computation time.
serverCalculation: number;
serverResponse
Service response duration.
serverResponse: number;
status
Location result status.
status: easyar.MegaLocalizationStatus;