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